ManagementPolicyFilter.BlobIndexMatch プロパティ

定義

BLOB インデックス タグ ベースのフィルターの配列を取得または設定します。最大で 10 個のタグ フィルターを使用できます

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象