SitePatchResource.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

적용 대상