Compartilhar via


ITagFilter.Value Property

Definition

This is the filter tag value field used for tag based filtering, it can have 0 - 256 characters

[Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="This is the filter tag value field used for tag based filtering, it can have 0 - 256 characters", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="value", Update=true)]
public string Value { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="This is the filter tag value field used for tag based filtering, it can have 0 - 256 characters", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="value", Update=true)>]
member this.Value : string with get, set
Public Property Value As String

Property Value

Attributes

Applies to