This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.policyinsights.listRemediationDeploymentsAtResource
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
Gets all deployments for a remediation at resource scope. Azure REST API version: 2021-10-01.
Other available API versions: 2024-10-01.
Using listRemediationDeploymentsAtResource
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 listRemediationDeploymentsAtResource(args: ListRemediationDeploymentsAtResourceArgs, opts?: InvokeOptions): Promise<ListRemediationDeploymentsAtResourceResult>
function listRemediationDeploymentsAtResourceOutput(args: ListRemediationDeploymentsAtResourceOutputArgs, opts?: InvokeOptions): Output<ListRemediationDeploymentsAtResourceResult>def list_remediation_deployments_at_resource(remediation_name: Optional[str] = None,
                                             resource_id: Optional[str] = None,
                                             top: Optional[int] = None,
                                             opts: Optional[InvokeOptions] = None) -> ListRemediationDeploymentsAtResourceResult
def list_remediation_deployments_at_resource_output(remediation_name: Optional[pulumi.Input[str]] = None,
                                             resource_id: Optional[pulumi.Input[str]] = None,
                                             top: Optional[pulumi.Input[int]] = None,
                                             opts: Optional[InvokeOptions] = None) -> Output[ListRemediationDeploymentsAtResourceResult]func ListRemediationDeploymentsAtResource(ctx *Context, args *ListRemediationDeploymentsAtResourceArgs, opts ...InvokeOption) (*ListRemediationDeploymentsAtResourceResult, error)
func ListRemediationDeploymentsAtResourceOutput(ctx *Context, args *ListRemediationDeploymentsAtResourceOutputArgs, opts ...InvokeOption) ListRemediationDeploymentsAtResourceResultOutput> Note: This function is named ListRemediationDeploymentsAtResource in the Go SDK.
public static class ListRemediationDeploymentsAtResource 
{
    public static Task<ListRemediationDeploymentsAtResourceResult> InvokeAsync(ListRemediationDeploymentsAtResourceArgs args, InvokeOptions? opts = null)
    public static Output<ListRemediationDeploymentsAtResourceResult> Invoke(ListRemediationDeploymentsAtResourceInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<ListRemediationDeploymentsAtResourceResult> listRemediationDeploymentsAtResource(ListRemediationDeploymentsAtResourceArgs args, InvokeOptions options)
public static Output<ListRemediationDeploymentsAtResourceResult> listRemediationDeploymentsAtResource(ListRemediationDeploymentsAtResourceArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:policyinsights:listRemediationDeploymentsAtResource
  arguments:
    # arguments dictionaryThe following arguments are supported:
- RemediationName string
- The name of the remediation.
- ResourceId string
- Resource ID.
- Top int
- Maximum number of records to return.
- RemediationName string
- The name of the remediation.
- ResourceId string
- Resource ID.
- Top int
- Maximum number of records to return.
- remediationName String
- The name of the remediation.
- resourceId String
- Resource ID.
- top Integer
- Maximum number of records to return.
- remediationName string
- The name of the remediation.
- resourceId string
- Resource ID.
- top number
- Maximum number of records to return.
- remediation_name str
- The name of the remediation.
- resource_id str
- Resource ID.
- top int
- Maximum number of records to return.
- remediationName String
- The name of the remediation.
- resourceId String
- Resource ID.
- top Number
- Maximum number of records to return.
listRemediationDeploymentsAtResource Result
The following output properties are available:
- NextLink string
- The URL to get the next set of results.
- Value
List<Pulumi.Azure Native. Policy Insights. Outputs. Remediation Deployment Response> 
- Array of deployments for the remediation.
- NextLink string
- The URL to get the next set of results.
- Value
[]RemediationDeployment Response 
- Array of deployments for the remediation.
- nextLink String
- The URL to get the next set of results.
- value
List<RemediationDeployment Response> 
- Array of deployments for the remediation.
- nextLink string
- The URL to get the next set of results.
- value
RemediationDeployment Response[] 
- Array of deployments for the remediation.
- next_link str
- The URL to get the next set of results.
- value
Sequence[RemediationDeployment Response] 
- Array of deployments for the remediation.
- nextLink String
- The URL to get the next set of results.
- value List<Property Map>
- Array of deployments for the remediation.
Supporting Types
ErrorDefinitionResponse  
- AdditionalInfo List<Pulumi.Azure Native. Policy Insights. Inputs. Typed Error Info Response> 
- Additional scenario specific error details.
- Code string
- Service specific error code which serves as the substatus for the HTTP error code.
- Details
List<Pulumi.Azure Native. Policy Insights. Inputs. Error Definition Response> 
- Internal error details.
- Message string
- Description of the error.
- Target string
- The target of the error.
- AdditionalInfo []TypedError Info Response 
- Additional scenario specific error details.
- Code string
- Service specific error code which serves as the substatus for the HTTP error code.
- Details
[]ErrorDefinition Response 
- Internal error details.
- Message string
- Description of the error.
- Target string
- The target of the error.
- additionalInfo List<TypedError Info Response> 
- Additional scenario specific error details.
- code String
- Service specific error code which serves as the substatus for the HTTP error code.
- details
List<ErrorDefinition Response> 
- Internal error details.
- message String
- Description of the error.
- target String
- The target of the error.
- additionalInfo TypedError Info Response[] 
- Additional scenario specific error details.
- code string
- Service specific error code which serves as the substatus for the HTTP error code.
- details
ErrorDefinition Response[] 
- Internal error details.
- message string
- Description of the error.
- target string
- The target of the error.
- additional_info Sequence[TypedError Info Response] 
- Additional scenario specific error details.
- code str
- Service specific error code which serves as the substatus for the HTTP error code.
- details
Sequence[ErrorDefinition Response] 
- Internal error details.
- message str
- Description of the error.
- target str
- The target of the error.
- additionalInfo List<Property Map>
- Additional scenario specific error details.
- code String
- Service specific error code which serves as the substatus for the HTTP error code.
- details List<Property Map>
- Internal error details.
- message String
- Description of the error.
- target String
- The target of the error.
RemediationDeploymentResponse  
- CreatedOn string
- The time at which the remediation was created.
- DeploymentId string
- Resource ID of the template deployment that will remediate the resource.
- Error
Pulumi.Azure Native. Policy Insights. Inputs. Error Definition Response 
- Error encountered while remediated the resource.
- LastUpdated stringOn 
- The time at which the remediation deployment was last updated.
- RemediatedResource stringId 
- Resource ID of the resource that is being remediated by the deployment.
- ResourceLocation string
- Location of the resource that is being remediated.
- Status string
- Status of the remediation deployment.
- CreatedOn string
- The time at which the remediation was created.
- DeploymentId string
- Resource ID of the template deployment that will remediate the resource.
- Error
ErrorDefinition Response 
- Error encountered while remediated the resource.
- LastUpdated stringOn 
- The time at which the remediation deployment was last updated.
- RemediatedResource stringId 
- Resource ID of the resource that is being remediated by the deployment.
- ResourceLocation string
- Location of the resource that is being remediated.
- Status string
- Status of the remediation deployment.
- createdOn String
- The time at which the remediation was created.
- deploymentId String
- Resource ID of the template deployment that will remediate the resource.
- error
ErrorDefinition Response 
- Error encountered while remediated the resource.
- lastUpdated StringOn 
- The time at which the remediation deployment was last updated.
- remediatedResource StringId 
- Resource ID of the resource that is being remediated by the deployment.
- resourceLocation String
- Location of the resource that is being remediated.
- status String
- Status of the remediation deployment.
- createdOn string
- The time at which the remediation was created.
- deploymentId string
- Resource ID of the template deployment that will remediate the resource.
- error
ErrorDefinition Response 
- Error encountered while remediated the resource.
- lastUpdated stringOn 
- The time at which the remediation deployment was last updated.
- remediatedResource stringId 
- Resource ID of the resource that is being remediated by the deployment.
- resourceLocation string
- Location of the resource that is being remediated.
- status string
- Status of the remediation deployment.
- created_on str
- The time at which the remediation was created.
- deployment_id str
- Resource ID of the template deployment that will remediate the resource.
- error
ErrorDefinition Response 
- Error encountered while remediated the resource.
- last_updated_ stron 
- The time at which the remediation deployment was last updated.
- remediated_resource_ strid 
- Resource ID of the resource that is being remediated by the deployment.
- resource_location str
- Location of the resource that is being remediated.
- status str
- Status of the remediation deployment.
- createdOn String
- The time at which the remediation was created.
- deploymentId String
- Resource ID of the template deployment that will remediate the resource.
- error Property Map
- Error encountered while remediated the resource.
- lastUpdated StringOn 
- The time at which the remediation deployment was last updated.
- remediatedResource StringId 
- Resource ID of the resource that is being remediated by the deployment.
- resourceLocation String
- Location of the resource that is being remediated.
- status String
- Status of the remediation deployment.
TypedErrorInfoResponse   
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi