Uses of Interface
com.azure.resourcemanager.apimanagement.models.GatewayDebugCredentialsContract
Packages that use GatewayDebugCredentialsContract
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of GatewayDebugCredentialsContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return GatewayDebugCredentialsContractModifier and TypeMethodDescriptionGatewayContract.listDebugCredentials(GatewayListDebugCredentialsContract parameters) Create new debug credentials for gateway.Gateways.listDebugCredentials(String resourceGroupName, String serviceName, String gatewayId, GatewayListDebugCredentialsContract parameters) Create new debug credentials for gateway.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type GatewayDebugCredentialsContractModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<GatewayDebugCredentialsContract> GatewayContract.listDebugCredentialsWithResponse(GatewayListDebugCredentialsContract parameters, com.azure.core.util.Context context) Create new debug credentials for gateway.com.azure.core.http.rest.Response<GatewayDebugCredentialsContract> Gateways.listDebugCredentialsWithResponse(String resourceGroupName, String serviceName, String gatewayId, GatewayListDebugCredentialsContract parameters, com.azure.core.util.Context context) Create new debug credentials for gateway.