Uses of Interface
com.azure.resourcemanager.apimanagement.models.ApiManagementGatewayConfigConnectionResource
Packages that use ApiManagementGatewayConfigConnectionResource
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of ApiManagementGatewayConfigConnectionResource in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return ApiManagementGatewayConfigConnectionResourceModifier and TypeMethodDescriptionApiManagementGatewayConfigConnectionResource.Update.apply()Executes the update request.ApiManagementGatewayConfigConnectionResource.Update.apply(com.azure.core.util.Context context) Executes the update request.ApiManagementGatewayConfigConnectionResource.DefinitionStages.WithCreate.create()Executes the create request.ApiManagementGatewayConfigConnectionResource.DefinitionStages.WithCreate.create(com.azure.core.util.Context context) Executes the create request.ApiGatewayConfigConnections.get(String resourceGroupName, String gatewayName, String configConnectionName) Gets an API Management gateway config connection resource description.Gets an API Management gateway config connection resource description.ApiManagementGatewayConfigConnectionResource.refresh()Refreshes the resource to sync with Azure.ApiManagementGatewayConfigConnectionResource.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 ApiManagementGatewayConfigConnectionResourceModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<ApiManagementGatewayConfigConnectionResource> ApiGatewayConfigConnections.getByIdWithResponse(String id, com.azure.core.util.Context context) Gets an API Management gateway config connection resource description.com.azure.core.http.rest.Response<ApiManagementGatewayConfigConnectionResource> ApiGatewayConfigConnections.getWithResponse(String resourceGroupName, String gatewayName, String configConnectionName, com.azure.core.util.Context context) Gets an API Management gateway config connection resource description.com.azure.core.http.rest.PagedIterable<ApiManagementGatewayConfigConnectionResource> ApiGatewayConfigConnections.listByGateway(String resourceGroupName, String gatewayName) List all API Management gateway config connections within a gateway.com.azure.core.http.rest.PagedIterable<ApiManagementGatewayConfigConnectionResource> ApiGatewayConfigConnections.listByGateway(String resourceGroupName, String gatewayName, com.azure.core.util.Context context) List all API Management gateway config connections within a gateway.