CloudStorageAccount.GetSharedAccessSignature Method
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.
Returns a shared access signature for the account.
public string GetSharedAccessSignature (Microsoft.Azure.Cosmos.Table.SharedAccessAccountPolicy policy);
member this.GetSharedAccessSignature : Microsoft.Azure.Cosmos.Table.SharedAccessAccountPolicy -> string
Public Function GetSharedAccessSignature (policy As SharedAccessAccountPolicy) As String
Parameters
- policy
- SharedAccessAccountPolicy
A SharedAccessAccountPolicy object specifying the access policy for the shared access signature.
Returns
A shared access signature, as a URI query string.
Remarks
The query string returned includes the leading question mark.