Uses of Class
com.azure.resourcemanager.apimanagement.models.GatewayTokenRequestContract
Packages that use GatewayTokenRequestContract
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of GatewayTokenRequestContract in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent with parameters of type GatewayTokenRequestContractModifier and TypeMethodDescriptionGatewaysClient.generateToken(String resourceGroupName, String serviceName, String gatewayId, GatewayTokenRequestContract parameters) Gets the Shared Access Authorization Token for the gateway.com.azure.core.http.rest.Response<GatewayTokenContractInner> GatewaysClient.generateTokenWithResponse(String resourceGroupName, String serviceName, String gatewayId, GatewayTokenRequestContract parameters, com.azure.core.util.Context context) Gets the Shared Access Authorization Token for the gateway. -
Uses of GatewayTokenRequestContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return GatewayTokenRequestContractModifier and TypeMethodDescriptionstatic GatewayTokenRequestContractGatewayTokenRequestContract.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of GatewayTokenRequestContract from the JsonReader.GatewayTokenRequestContract.withExpiry(OffsetDateTime expiry) Set the expiry property: The Expiry time of the Token.GatewayTokenRequestContract.withKeyType(KeyType keyType) Set the keyType property: The Key to be used to generate gateway token.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type GatewayTokenRequestContractModifier 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.com.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.