Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.ApiManagementGatewayConfigConnectionResourceInner
Packages that use ApiManagementGatewayConfigConnectionResourceInner
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of ApiManagementGatewayConfigConnectionResourceInner in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent that return ApiManagementGatewayConfigConnectionResourceInnerModifier and TypeMethodDescriptionApiGatewayConfigConnectionsClient.createOrUpdate(String resourceGroupName, String gatewayName, String configConnectionName, ApiManagementGatewayConfigConnectionResourceInner parameters) Creates or updates an API Management gateway config connection.ApiGatewayConfigConnectionsClient.createOrUpdate(String resourceGroupName, String gatewayName, String configConnectionName, ApiManagementGatewayConfigConnectionResourceInner parameters, com.azure.core.util.Context context) Creates or updates an API Management gateway config connection.ApiGatewayConfigConnectionsClient.get(String resourceGroupName, String gatewayName, String configConnectionName) Gets an API Management gateway config connection resource description.Methods in com.azure.resourcemanager.apimanagement.fluent that return types with arguments of type ApiManagementGatewayConfigConnectionResourceInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ApiManagementGatewayConfigConnectionResourceInner>, ApiManagementGatewayConfigConnectionResourceInner> ApiGatewayConfigConnectionsClient.beginCreateOrUpdate(String resourceGroupName, String gatewayName, String configConnectionName, ApiManagementGatewayConfigConnectionResourceInner parameters) Creates or updates an API Management gateway config connection.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ApiManagementGatewayConfigConnectionResourceInner>, ApiManagementGatewayConfigConnectionResourceInner> ApiGatewayConfigConnectionsClient.beginCreateOrUpdate(String resourceGroupName, String gatewayName, String configConnectionName, ApiManagementGatewayConfigConnectionResourceInner parameters) Creates or updates an API Management gateway config connection.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ApiManagementGatewayConfigConnectionResourceInner>, ApiManagementGatewayConfigConnectionResourceInner> ApiGatewayConfigConnectionsClient.beginCreateOrUpdate(String resourceGroupName, String gatewayName, String configConnectionName, ApiManagementGatewayConfigConnectionResourceInner parameters, com.azure.core.util.Context context) Creates or updates an API Management gateway config connection.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ApiManagementGatewayConfigConnectionResourceInner>, ApiManagementGatewayConfigConnectionResourceInner> ApiGatewayConfigConnectionsClient.beginCreateOrUpdate(String resourceGroupName, String gatewayName, String configConnectionName, ApiManagementGatewayConfigConnectionResourceInner parameters, com.azure.core.util.Context context) Creates or updates an API Management gateway config connection.com.azure.core.http.rest.Response<ApiManagementGatewayConfigConnectionResourceInner> ApiGatewayConfigConnectionsClient.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<ApiManagementGatewayConfigConnectionResourceInner> ApiGatewayConfigConnectionsClient.listByGateway(String resourceGroupName, String gatewayName) List all API Management gateway config connections within a gateway.com.azure.core.http.rest.PagedIterable<ApiManagementGatewayConfigConnectionResourceInner> ApiGatewayConfigConnectionsClient.listByGateway(String resourceGroupName, String gatewayName, com.azure.core.util.Context context) List all API Management gateway config connections within a gateway.Methods in com.azure.resourcemanager.apimanagement.fluent with parameters of type ApiManagementGatewayConfigConnectionResourceInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ApiManagementGatewayConfigConnectionResourceInner>, ApiManagementGatewayConfigConnectionResourceInner> ApiGatewayConfigConnectionsClient.beginCreateOrUpdate(String resourceGroupName, String gatewayName, String configConnectionName, ApiManagementGatewayConfigConnectionResourceInner parameters) Creates or updates an API Management gateway config connection.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ApiManagementGatewayConfigConnectionResourceInner>, ApiManagementGatewayConfigConnectionResourceInner> ApiGatewayConfigConnectionsClient.beginCreateOrUpdate(String resourceGroupName, String gatewayName, String configConnectionName, ApiManagementGatewayConfigConnectionResourceInner parameters, com.azure.core.util.Context context) Creates or updates an API Management gateway config connection.ApiGatewayConfigConnectionsClient.createOrUpdate(String resourceGroupName, String gatewayName, String configConnectionName, ApiManagementGatewayConfigConnectionResourceInner parameters) Creates or updates an API Management gateway config connection.ApiGatewayConfigConnectionsClient.createOrUpdate(String resourceGroupName, String gatewayName, String configConnectionName, ApiManagementGatewayConfigConnectionResourceInner parameters, com.azure.core.util.Context context) Creates or updates an API Management gateway config connection. -
Uses of ApiManagementGatewayConfigConnectionResourceInner in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return ApiManagementGatewayConfigConnectionResourceInnerModifier and TypeMethodDescriptionApiManagementGatewayConfigConnectionResourceInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApiManagementGatewayConfigConnectionResourceInner from the JsonReader.ApiManagementGatewayConfigConnectionResourceInner.withHostnames(List<String> hostnames) Set the hostnames property: The hostnames of the data-plane gateway to which requests can be sent.ApiManagementGatewayConfigConnectionResourceInner.withSourceId(String sourceId) Set the sourceId property: The link to the API Management service workspace. -
Uses of ApiManagementGatewayConfigConnectionResourceInner in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return ApiManagementGatewayConfigConnectionResourceInnerModifier and TypeMethodDescriptionApiManagementGatewayConfigConnectionResource.innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.ApiManagementGatewayConfigConnectionResourceInner object.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type ApiManagementGatewayConfigConnectionResourceInnerModifier and TypeMethodDescriptionApiManagementGatewayConfigConnectionListResult.value()Get the value property: Result of the List API Management gateway config connection operation.Method parameters in com.azure.resourcemanager.apimanagement.models with type arguments of type ApiManagementGatewayConfigConnectionResourceInnerModifier and TypeMethodDescriptionApiManagementGatewayConfigConnectionListResult.withValue(List<ApiManagementGatewayConfigConnectionResourceInner> value) Set the value property: Result of the List API Management gateway config connection operation.