Uses of Class
com.azure.resourcemanager.apimanagement.models.GatewayKeyRegenerationRequestContract
Packages that use GatewayKeyRegenerationRequestContract
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of GatewayKeyRegenerationRequestContract in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent with parameters of type GatewayKeyRegenerationRequestContractModifier and TypeMethodDescriptionvoidGatewaysClient.regenerateKey(String resourceGroupName, String serviceName, String gatewayId, GatewayKeyRegenerationRequestContract parameters) Regenerates specified gateway key invalidating any tokens created with it.com.azure.core.http.rest.Response<Void> GatewaysClient.regenerateKeyWithResponse(String resourceGroupName, String serviceName, String gatewayId, GatewayKeyRegenerationRequestContract parameters, com.azure.core.util.Context context) Regenerates specified gateway key invalidating any tokens created with it. -
Uses of GatewayKeyRegenerationRequestContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return GatewayKeyRegenerationRequestContractModifier and TypeMethodDescriptionGatewayKeyRegenerationRequestContract.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of GatewayKeyRegenerationRequestContract from the JsonReader.GatewayKeyRegenerationRequestContract.withKeyType(KeyType keyType) Set the keyType property: The Key being regenerated.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type GatewayKeyRegenerationRequestContractModifier and TypeMethodDescriptionvoidGatewayContract.regenerateKey(GatewayKeyRegenerationRequestContract parameters) Regenerates specified gateway key invalidating any tokens created with it.voidGateways.regenerateKey(String resourceGroupName, String serviceName, String gatewayId, GatewayKeyRegenerationRequestContract parameters) Regenerates specified gateway key invalidating any tokens created with it.com.azure.core.http.rest.Response<Void> GatewayContract.regenerateKeyWithResponse(GatewayKeyRegenerationRequestContract parameters, com.azure.core.util.Context context) Regenerates specified gateway key invalidating any tokens created with it.com.azure.core.http.rest.Response<Void> Gateways.regenerateKeyWithResponse(String resourceGroupName, String serviceName, String gatewayId, GatewayKeyRegenerationRequestContract parameters, com.azure.core.util.Context context) Regenerates specified gateway key invalidating any tokens created with it.