Uses of Interface
com.azure.resourcemanager.apimanagement.models.ApiManagementGatewayResource
Packages that use ApiManagementGatewayResource
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of ApiManagementGatewayResource in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return ApiManagementGatewayResourceModifier and TypeMethodDescriptionApiManagementGatewayResource.Update.apply()Executes the update request.ApiManagementGatewayResource.Update.apply(com.azure.core.util.Context context) Executes the update request.ApiManagementGatewayResource.DefinitionStages.WithCreate.create()Executes the create request.ApiManagementGatewayResource.DefinitionStages.WithCreate.create(com.azure.core.util.Context context) Executes the create request.ApiGateways.delete(String resourceGroupName, String gatewayName, com.azure.core.util.Context context) Deletes an existing API Management gateway.ApiGateways.deleteById(String id) Deletes an existing API Management gateway.ApiGateways.deleteByIdWithResponse(String id, com.azure.core.util.Context context) Deletes an existing API Management gateway.ApiGateways.deleteByResourceGroup(String resourceGroupName, String gatewayName) Deletes an existing API Management gateway.Gets an API Management gateway resource description.ApiGateways.getByResourceGroup(String resourceGroupName, String gatewayName) Gets an API Management gateway resource description.ApiManagementGatewayResource.refresh()Refreshes the resource to sync with Azure.ApiManagementGatewayResource.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 ApiManagementGatewayResourceModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<ApiManagementGatewayResource> ApiGateways.getByIdWithResponse(String id, com.azure.core.util.Context context) Gets an API Management gateway resource description.com.azure.core.http.rest.Response<ApiManagementGatewayResource> ApiGateways.getByResourceGroupWithResponse(String resourceGroupName, String gatewayName, com.azure.core.util.Context context) Gets an API Management gateway resource description.com.azure.core.http.rest.PagedIterable<ApiManagementGatewayResource> ApiGateways.list()List all API Management gateways within a subscription.com.azure.core.http.rest.PagedIterable<ApiManagementGatewayResource> ApiGateways.list(com.azure.core.util.Context context) List all API Management gateways within a subscription.com.azure.core.http.rest.PagedIterable<ApiManagementGatewayResource> ApiGateways.listByResourceGroup(String resourceGroupName) List all API Management gateways within a resource group.com.azure.core.http.rest.PagedIterable<ApiManagementGatewayResource> ApiGateways.listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context) List all API Management gateways within a resource group.