Uses of Interface
com.azure.resourcemanager.apimanagement.models.GatewayTokenContract
Packages that use GatewayTokenContract
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of GatewayTokenContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return GatewayTokenContractModifier and TypeMethodDescriptionGatewayContract.generateToken(GatewayTokenRequestContract parameters) Gets the Shared Access Authorization Token for the gateway.Gateways.generateToken(String resourceGroupName, String serviceName, String gatewayId, GatewayTokenRequestContract parameters) Gets the Shared Access Authorization Token for the gateway.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type GatewayTokenContractModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<GatewayTokenContract> GatewayContract.generateTokenWithResponse(GatewayTokenRequestContract parameters, com.azure.core.util.Context context) Gets the Shared Access Authorization Token for the gateway.com.azure.core.http.rest.Response<GatewayTokenContract> Gateways.generateTokenWithResponse(String resourceGroupName, String serviceName, String gatewayId, GatewayTokenRequestContract parameters, com.azure.core.util.Context context) Gets the Shared Access Authorization Token for the gateway.