MapsAccountResource.RegenerateKeys 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 Azure.Response<Azure.ResourceManager.Maps.Models.MapsAccountKeys> RegenerateKeys (Azure.ResourceManager.Maps.Models.MapsKeySpecification keySpecification, System.Threading.CancellationToken cancellationToken = default);
abstract member RegenerateKeys : Azure.ResourceManager.Maps.Models.MapsKeySpecification * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Maps.Models.MapsAccountKeys>
override this.RegenerateKeys : Azure.ResourceManager.Maps.Models.MapsKeySpecification * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Maps.Models.MapsAccountKeys>
Public Overridable Function RegenerateKeys (keySpecification As MapsKeySpecification, Optional cancellationToken As CancellationToken = Nothing) As 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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET