ContainerGroupProperties.StandbyPoolProfileFailContainerGroupCreateOnReuseFailure Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.Origin(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.PropertyOrigin.Inlined)]
public bool? StandbyPoolProfileFailContainerGroupCreateOnReuseFailure { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Origin(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.PropertyOrigin.Inlined)>]
member this.StandbyPoolProfileFailContainerGroupCreateOnReuseFailure : Nullable<bool> with get, set
Public Property StandbyPoolProfileFailContainerGroupCreateOnReuseFailure As Nullable(Of Boolean)
Property Value
Implements
- Attributes