IServiceSasParameters.Identifier Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A unique value up to 64 characters in length that correlates to an access policy specified for the container, queue, or table.
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="A unique value up to 64 characters in length that correlates to an access policy specified for the container, queue, or table.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="signedIdentifier")]
public string Identifier { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="A unique value up to 64 characters in length that correlates to an access policy specified for the container, queue, or table.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="signedIdentifier")>]
member this.Identifier : string with get, set
Public Property Identifier As String
Property Value
- Attributes