次の方法で共有


ObjectReplicationPolicy.Rules プロパティ

定義

ストレージ アカウント オブジェクトのレプリケーション規則を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.rules")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Models.ObjectReplicationPolicyRule> Rules { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.rules")>]
member this.Rules : System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Models.ObjectReplicationPolicyRule> with get, set
Public Property Rules As IList(Of ObjectReplicationPolicyRule)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象