Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.PrivateEndpointConnectionInner
Packages that use PrivateEndpointConnectionInner
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 PrivateEndpointConnectionInner in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent that return PrivateEndpointConnectionInnerModifier and TypeMethodDescriptionPrivateEndpointConnectionsClient.createOrUpdate(String resourceGroupName, String serviceName, String privateEndpointConnectionName, PrivateEndpointConnectionRequest privateEndpointConnectionRequest) Creates a new Private Endpoint Connection or updates an existing one.PrivateEndpointConnectionsClient.createOrUpdate(String resourceGroupName, String serviceName, String privateEndpointConnectionName, PrivateEndpointConnectionRequest privateEndpointConnectionRequest, com.azure.core.util.Context context) Creates a new Private Endpoint Connection or updates an existing one.PrivateEndpointConnectionsClient.getByName(String resourceGroupName, String serviceName, String privateEndpointConnectionName) Gets the details of the Private Endpoint Connection specified by its identifier.Methods in com.azure.resourcemanager.apimanagement.fluent that return types with arguments of type PrivateEndpointConnectionInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateEndpointConnectionInner>, PrivateEndpointConnectionInner> PrivateEndpointConnectionsClient.beginCreateOrUpdate(String resourceGroupName, String serviceName, String privateEndpointConnectionName, PrivateEndpointConnectionRequest privateEndpointConnectionRequest) Creates a new Private Endpoint Connection or updates an existing one.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateEndpointConnectionInner>, PrivateEndpointConnectionInner> PrivateEndpointConnectionsClient.beginCreateOrUpdate(String resourceGroupName, String serviceName, String privateEndpointConnectionName, PrivateEndpointConnectionRequest privateEndpointConnectionRequest) Creates a new Private Endpoint Connection or updates an existing one.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateEndpointConnectionInner>, PrivateEndpointConnectionInner> PrivateEndpointConnectionsClient.beginCreateOrUpdate(String resourceGroupName, String serviceName, String privateEndpointConnectionName, PrivateEndpointConnectionRequest privateEndpointConnectionRequest, com.azure.core.util.Context context) Creates a new Private Endpoint Connection or updates an existing one.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateEndpointConnectionInner>, PrivateEndpointConnectionInner> PrivateEndpointConnectionsClient.beginCreateOrUpdate(String resourceGroupName, String serviceName, String privateEndpointConnectionName, PrivateEndpointConnectionRequest privateEndpointConnectionRequest, com.azure.core.util.Context context) Creates a new Private Endpoint Connection or updates an existing one.com.azure.core.http.rest.Response<PrivateEndpointConnectionInner> PrivateEndpointConnectionsClient.getByNameWithResponse(String resourceGroupName, String serviceName, String privateEndpointConnectionName, com.azure.core.util.Context context) Gets the details of the Private Endpoint Connection specified by its identifier.com.azure.core.http.rest.PagedIterable<PrivateEndpointConnectionInner> PrivateEndpointConnectionsClient.listByService(String resourceGroupName, String serviceName) Lists all private endpoint connections of the API Management service instance.com.azure.core.http.rest.PagedIterable<PrivateEndpointConnectionInner> PrivateEndpointConnectionsClient.listByService(String resourceGroupName, String serviceName, com.azure.core.util.Context context) Lists all private endpoint connections of the API Management service instance. -
Uses of PrivateEndpointConnectionInner in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return PrivateEndpointConnectionInnerModifier and TypeMethodDescriptionPrivateEndpointConnectionInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PrivateEndpointConnectionInner from the JsonReader.PrivateEndpointConnectionInner.withPrivateEndpoint(PrivateEndpoint privateEndpoint) Set the privateEndpoint property: The resource of private end point.PrivateEndpointConnectionInner.withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState) Set the privateLinkServiceConnectionState property: A collection of information about the state of the connection between service consumer and provider. -
Uses of PrivateEndpointConnectionInner in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return PrivateEndpointConnectionInnerModifier and TypeMethodDescriptionPrivateEndpointConnection.innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.PrivateEndpointConnectionInner object.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type PrivateEndpointConnectionInnerModifier and TypeMethodDescriptionPrivateEndpointConnectionListResult.value()Get the value property: Array of private endpoint connections.Method parameters in com.azure.resourcemanager.apimanagement.models with type arguments of type PrivateEndpointConnectionInnerModifier and TypeMethodDescriptionPrivateEndpointConnectionListResult.withValue(List<PrivateEndpointConnectionInner> value) Set the value property: Array of private endpoint connections.