Share via


IContainerGroupPropertiesAutoGenerated.StandbyPoolProfileFailContainerGroupCreateOnReuseFailure Property

Definition

The flag to determine whether ACI should fail the create request if the container group can not be obtained from standby pool.

[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Info(Description="The flag to determine whether ACI should fail the create request if the container group can not be obtained from standby pool.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="failContainerGroupCreateOnReuseFailure")]
public bool? StandbyPoolProfileFailContainerGroupCreateOnReuseFailure { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Info(Description="The flag to determine whether ACI should fail the create request if the container group can not be obtained from standby pool.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="failContainerGroupCreateOnReuseFailure")>]
member this.StandbyPoolProfileFailContainerGroupCreateOnReuseFailure : Nullable<bool> with get, set
Public Property StandbyPoolProfileFailContainerGroupCreateOnReuseFailure As Nullable(Of Boolean)

Property Value

Attributes

Applies to