次の方法で共有


IAppServiceEnvironment.ZoneRedundant Property

Definition

Whether or not this App Service Environment is zone-redundant.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Whether or not this App Service Environment is zone-redundant.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="zoneRedundant")]
public bool? ZoneRedundant { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Whether or not this App Service Environment is zone-redundant.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="zoneRedundant")>]
member this.ZoneRedundant : Nullable<bool> with get, set
Public Property ZoneRedundant As Nullable(Of Boolean)

Property Value

Attributes

Applies to