ApiManagementGatewayResource.InvalidateDebugCredentials 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.
Action is invalidating all debug credentials issued for gateway.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/gateways/{gatewayId}/invalidateDebugCredentials
- Operation Id: Gateway_InvalidateDebugCredentials
- Default Api Version: 2023-03-01-preview
- Resource: ApiManagementGatewayResource
public virtual Azure.Response InvalidateDebugCredentials (System.Threading.CancellationToken cancellationToken = default);
abstract member InvalidateDebugCredentials : System.Threading.CancellationToken -> Azure.Response
override this.InvalidateDebugCredentials : System.Threading.CancellationToken -> Azure.Response
Public Overridable Function InvalidateDebugCredentials (Optional cancellationToken As CancellationToken = Nothing) As Response
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.