共用方式為


BlobInventoryPolicyFilter.ExcludePrefix Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to