次の方法で共有


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

適用対象