ApiManagementGatewayResource.RegenerateKey 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.
Regenerates specified gateway key invalidating any tokens created with it.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/gateways/{gatewayId}/regenerateKey
- Operation Id: Gateway_RegenerateKey
- Default Api Version: 2023-03-01-preview
- Resource: ApiManagementGatewayResource
public virtual Azure.Response RegenerateKey (Azure.ResourceManager.ApiManagement.Models.GatewayKeyRegenerateContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member RegenerateKey : Azure.ResourceManager.ApiManagement.Models.GatewayKeyRegenerateContent * System.Threading.CancellationToken -> Azure.Response
override this.RegenerateKey : Azure.ResourceManager.ApiManagement.Models.GatewayKeyRegenerateContent * System.Threading.CancellationToken -> Azure.Response
Public Overridable Function RegenerateKey (content As GatewayKeyRegenerateContent, Optional cancellationToken As CancellationToken = Nothing) As Response
Parameters
- content
- GatewayKeyRegenerateContent
The GatewayKeyRegenerateContent to use.
- 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