次の方法で共有


ManagementPolicySchema.Rules プロパティ

定義

ストレージ アカウント管理ポリシー ルールを取得または設定します。 詳細については、 を https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts参照してください。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象