MapsAccountResource.GetSas(MapsAccountSasContent, CancellationToken) 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.
Create and list an account shared access signature token. Use this SAS token for authentication to Azure Maps REST APIs through various Azure Maps SDKs. As prerequisite to create a SAS Token.
Prerequisites:
- Create or have an existing User Assigned Managed Identity in the same Azure region as the account.
- Create or update an Azure Map account with the same Azure region as the User Assigned Managed Identity is placed.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Maps/accounts/{accountName}/listSas
- Operation Id: Accounts_ListSas
public virtual Azure.Response<Azure.ResourceManager.Maps.Models.MapsAccountSasToken> GetSas (Azure.ResourceManager.Maps.Models.MapsAccountSasContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSas : Azure.ResourceManager.Maps.Models.MapsAccountSasContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Maps.Models.MapsAccountSasToken>
override this.GetSas : Azure.ResourceManager.Maps.Models.MapsAccountSasContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Maps.Models.MapsAccountSasToken>
Public Overridable Function GetSas (content As MapsAccountSasContent, Optional cancellationToken As CancellationToken = Nothing) As Response(Of MapsAccountSasToken)
Parameters
- content
- MapsAccountSasContent
The updated parameters for the Maps Account.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
content
is null.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET