共用方式為


SiteInner.RedundancyMode 屬性

定義

取得或設定月臺備援模式。 可能的值包括:'None'、'Manual'、'Failover'、'ActiveActive'、'GeoRedundant'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.redundancyMode")]
public Microsoft.Azure.Management.AppService.Fluent.Models.RedundancyMode? RedundancyMode { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.redundancyMode")>]
member this.RedundancyMode : Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.RedundancyMode> with get, set
Public Property RedundancyMode As Nullable(Of RedundancyMode)

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於