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
- Default Api Version: 2023-06-01
- Resource: MapsAccountResource
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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.