MapsAccountResource.RegenerateKeysAsync 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.
Regenerate either the primary or secondary key for use with the Maps APIs. The old key will stop working immediately.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Maps/accounts/{accountName}/regenerateKey
- Operation Id: Accounts_RegenerateKeys
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Maps.Models.MapsAccountKeys>> RegenerateKeysAsync (Azure.ResourceManager.Maps.Models.MapsKeySpecification keySpecification, System.Threading.CancellationToken cancellationToken = default);
abstract member RegenerateKeysAsync : Azure.ResourceManager.Maps.Models.MapsKeySpecification * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Maps.Models.MapsAccountKeys>>
override this.RegenerateKeysAsync : Azure.ResourceManager.Maps.Models.MapsKeySpecification * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Maps.Models.MapsAccountKeys>>
Public Overridable Function RegenerateKeysAsync (keySpecification As MapsKeySpecification, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of MapsAccountKeys))
Parameters
- keySpecification
- MapsKeySpecification
Which key to regenerate: primary or secondary.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
keySpecification
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