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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET