Interface "Storage Service Authorization"
Namespace: System.Azure.Storage
Common interface for different authorization options.
Methods
Authorize
Authorizes an HTTP request by providing the needed authorization information to it.
procedure Authorize(var HttpRequest: HttpRequestMessage, StorageAccount: Text)
Parameters
Name | Type | Description |
---|---|---|
HttpRequest | HttpRequestMessage |
The HTTP request to authorize. |
StorageAccount | Text |
The name of the storage account to authorize against. |