IRemediationProperties.DeploymentStatusFailedDeployment Property

Definition

The number of deployments required by the remediation that have failed.

[Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Runtime.Info(Create=false, Description="The number of deployments required by the remediation that have failed.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=true, Required=false, SerializedName="failedDeployments", Update=false)]
public int? DeploymentStatusFailedDeployment { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Runtime.Info(Create=false, Description="The number of deployments required by the remediation that have failed.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=true, Required=false, SerializedName="failedDeployments", Update=false)>]
member this.DeploymentStatusFailedDeployment : Nullable<int>
Public ReadOnly Property DeploymentStatusFailedDeployment As Nullable(Of Integer)

Property Value

Attributes

Applies to