Uses of Class
com.azure.resourcemanager.apimanagement.models.PrivateEndpointConnectionRequest
Packages that use PrivateEndpointConnectionRequest
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of PrivateEndpointConnectionRequest in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent with parameters of type PrivateEndpointConnectionRequestModifier 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, com.azure.core.util.Context context) Creates a new Private Endpoint Connection or updates an existing one.PrivateEndpointConnectionsClient.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. -
Uses of PrivateEndpointConnectionRequest in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return PrivateEndpointConnectionRequestModifier and TypeMethodDescriptionPrivateEndpointConnectionRequest.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PrivateEndpointConnectionRequest from the JsonReader.Set the id property: Private Endpoint Connection Resource Id.PrivateEndpointConnectionRequest.withProperties(PrivateEndpointConnectionRequestProperties properties) Set the properties property: The connection state of the private endpoint connection.