Megosztás a következőn keresztül:


IAppServicePlan.ZoneRedundant Property

Definition

If true, this App Service Plan will perform availability zone balancing. If false, this App Service Plan will not perform availability zone balancing.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="If <code>true</code>, this App Service Plan will perform availability zone balancing.\r\n        If <code>false</code>, this App Service Plan will not perform availability zone balancing.", 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="If <code>true</code>, this App Service Plan will perform availability zone balancing.\r\n        If <code>false</code>, this App Service Plan will not perform availability zone balancing.", 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