共用方式為


BlobInventoryPolicyFilter.PrefixMatch Property

Definition

Gets or sets an array of strings with maximum 10 blob prefixes to be included in the inventory.

[Newtonsoft.Json.JsonProperty(PropertyName="prefixMatch")]
public System.Collections.Generic.IList<string> PrefixMatch { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="prefixMatch")>]
member this.PrefixMatch : System.Collections.Generic.IList<string> with get, set
Public Property PrefixMatch As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to