Uses of Interface
com.azure.resourcemanager.apimanagement.models.GatewayContract
Packages that use GatewayContract
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of GatewayContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return GatewayContractModifier and TypeMethodDescriptionGatewayContract.Update.apply()Executes the update request.GatewayContract.Update.apply(com.azure.core.util.Context context) Executes the update request.GatewayContract.DefinitionStages.WithCreate.create()Executes the create request.GatewayContract.DefinitionStages.WithCreate.create(com.azure.core.util.Context context) Executes the create request.Gets the details of the Gateway specified by its identifier.Gets the details of the Gateway specified by its identifier.GatewayContract.refresh()Refreshes the resource to sync with Azure.GatewayContract.refresh(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type GatewayContractModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<GatewayContract> Gateways.getByIdWithResponse(String id, com.azure.core.util.Context context) Gets the details of the Gateway specified by its identifier.com.azure.core.http.rest.Response<GatewayContract> Gateways.getWithResponse(String resourceGroupName, String serviceName, String gatewayId, com.azure.core.util.Context context) Gets the details of the Gateway specified by its identifier.com.azure.core.http.rest.PagedIterable<GatewayContract> Gateways.listByService(String resourceGroupName, String serviceName) Lists a collection of gateways registered with service instance.com.azure.core.http.rest.PagedIterable<GatewayContract> Gateways.listByService(String resourceGroupName, String serviceName, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Lists a collection of gateways registered with service instance.