Share via


Table.SignedIdentifiers Property

Definition

Gets or sets list of stored access policies specified on the table.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to