azure-native.advisor.getSuppression
Explore with Pulumi AI
Obtains the details of a suppression.
Uses Azure REST API version 2023-09-01-preview.
Other available API versions: 2023-01-01, 2024-11-18-preview, 2025-01-01, 2025-05-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native advisor [ApiVersion]
. See the version guide for details.
Using getSuppression
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getSuppression(args: GetSuppressionArgs, opts?: InvokeOptions): Promise<GetSuppressionResult>
function getSuppressionOutput(args: GetSuppressionOutputArgs, opts?: InvokeOptions): Output<GetSuppressionResult>
def get_suppression(name: Optional[str] = None,
recommendation_id: Optional[str] = None,
resource_uri: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSuppressionResult
def get_suppression_output(name: Optional[pulumi.Input[str]] = None,
recommendation_id: Optional[pulumi.Input[str]] = None,
resource_uri: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSuppressionResult]
func LookupSuppression(ctx *Context, args *LookupSuppressionArgs, opts ...InvokeOption) (*LookupSuppressionResult, error)
func LookupSuppressionOutput(ctx *Context, args *LookupSuppressionOutputArgs, opts ...InvokeOption) LookupSuppressionResultOutput
> Note: This function is named LookupSuppression
in the Go SDK.
public static class GetSuppression
{
public static Task<GetSuppressionResult> InvokeAsync(GetSuppressionArgs args, InvokeOptions? opts = null)
public static Output<GetSuppressionResult> Invoke(GetSuppressionInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSuppressionResult> getSuppression(GetSuppressionArgs args, InvokeOptions options)
public static Output<GetSuppressionResult> getSuppression(GetSuppressionArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:advisor:getSuppression
arguments:
# arguments dictionary
The following arguments are supported:
- Name string
- The name of the suppression.
- Recommendation
Id string - The recommendation ID.
- Resource
Uri string - The fully qualified Azure Resource Manager identifier of the resource to which the recommendation applies.
- Name string
- The name of the suppression.
- Recommendation
Id string - The recommendation ID.
- Resource
Uri string - The fully qualified Azure Resource Manager identifier of the resource to which the recommendation applies.
- name String
- The name of the suppression.
- recommendation
Id String - The recommendation ID.
- resource
Uri String - The fully qualified Azure Resource Manager identifier of the resource to which the recommendation applies.
- name string
- The name of the suppression.
- recommendation
Id string - The recommendation ID.
- resource
Uri string - The fully qualified Azure Resource Manager identifier of the resource to which the recommendation applies.
- name str
- The name of the suppression.
- recommendation_
id str - The recommendation ID.
- resource_
uri str - The fully qualified Azure Resource Manager identifier of the resource to which the recommendation applies.
- name String
- The name of the suppression.
- recommendation
Id String - The recommendation ID.
- resource
Uri String - The fully qualified Azure Resource Manager identifier of the resource to which the recommendation applies.
getSuppression Result
The following output properties are available:
- Azure
Api stringVersion - The Azure API version of the resource.
- Expiration
Time stringStamp - Gets or sets the expiration time stamp.
- Id string
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- Name string
- The name of the resource
- System
Data Pulumi.Azure Native. Advisor. Outputs. System Data Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Suppression
Id string - The GUID of the suppression.
- Ttl string
- The duration for which the suppression is valid.
- Azure
Api stringVersion - The Azure API version of the resource.
- Expiration
Time stringStamp - Gets or sets the expiration time stamp.
- Id string
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- Name string
- The name of the resource
- System
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Suppression
Id string - The GUID of the suppression.
- Ttl string
- The duration for which the suppression is valid.
- azure
Api StringVersion - The Azure API version of the resource.
- expiration
Time StringStamp - Gets or sets the expiration time stamp.
- id String
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- name String
- The name of the resource
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- suppression
Id String - The GUID of the suppression.
- ttl String
- The duration for which the suppression is valid.
- azure
Api stringVersion - The Azure API version of the resource.
- expiration
Time stringStamp - Gets or sets the expiration time stamp.
- id string
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- name string
- The name of the resource
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- suppression
Id string - The GUID of the suppression.
- ttl string
- The duration for which the suppression is valid.
- azure_
api_ strversion - The Azure API version of the resource.
- expiration_
time_ strstamp - Gets or sets the expiration time stamp.
- id str
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- name str
- The name of the resource
- system_
data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- suppression_
id str - The GUID of the suppression.
- ttl str
- The duration for which the suppression is valid.
- azure
Api StringVersion - The Azure API version of the resource.
- expiration
Time StringStamp - Gets or sets the expiration time stamp.
- id String
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- name String
- The name of the resource
- system
Data Property Map - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- suppression
Id String - The GUID of the suppression.
- ttl String
- The duration for which the suppression is valid.
Supporting Types
SystemDataResponse
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - The identity that created the resource.
- created
By stringType - The type of identity that created the resource.
- last
Modified stringAt - The timestamp of resource last modification (UTC)
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified stringBy Type - The type of identity that last modified the resource.
- created_
at str - The timestamp of resource creation (UTC).
- created_
by str - The identity that created the resource.
- created_
by_ strtype - The type of identity that created the resource.
- last_
modified_ strat - The timestamp of resource last modification (UTC)
- last_
modified_ strby - The identity that last modified the resource.
- last_
modified_ strby_ type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0