PrivateEndpointConnectionsClient Interface
public interface PrivateEndpointConnectionsClient
An instance of this class provides access to all the operations defined in PrivateEndpointConnectionsClient.
Method Summary
Method Details
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String namespaceName, String privateEndpointConnectionName)
Deletes an existing Private Endpoint Connection.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String namespaceName, String privateEndpointConnectionName, Context context)
Deletes an existing Private Endpoint Connection.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux<PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String namespaceName, String privateEndpointConnectionName)
Deletes an existing Private Endpoint Connection.
Parameters:
Returns:
createOrUpdate
public abstract PrivateEndpointConnectionInner createOrUpdate(String resourceGroupName, String namespaceName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters)
Creates or updates PrivateEndpointConnections of service namespace.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono<PrivateEndpointConnectionInner> createOrUpdateAsync(String resourceGroupName, String namespaceName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters)
Creates or updates PrivateEndpointConnections of service namespace.
Parameters:
Returns:
createOrUpdateWithResponse
public abstract Response<PrivateEndpointConnectionInner> createOrUpdateWithResponse(String resourceGroupName, String namespaceName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters, Context context)
Creates or updates PrivateEndpointConnections of service namespace.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono<Response<PrivateEndpointConnectionInner>> createOrUpdateWithResponseAsync(String resourceGroupName, String namespaceName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters)
Creates or updates PrivateEndpointConnections of service namespace.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String namespaceName, String privateEndpointConnectionName)
Deletes an existing Private Endpoint Connection.
Parameters:
delete
public abstract void delete(String resourceGroupName, String namespaceName, String privateEndpointConnectionName, Context context)
Deletes an existing Private Endpoint Connection.
Parameters:
deleteAsync
public abstract Mono<Void> deleteAsync(String resourceGroupName, String namespaceName, String privateEndpointConnectionName)
Deletes an existing Private Endpoint Connection.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String namespaceName, String privateEndpointConnectionName)
Deletes an existing Private Endpoint Connection.
Parameters:
Returns:
get
public abstract PrivateEndpointConnectionInner get(String resourceGroupName, String namespaceName, String privateEndpointConnectionName)
Gets a description for the specified Private Endpoint Connection.
Parameters:
Returns:
getAsync
public abstract Mono<PrivateEndpointConnectionInner> getAsync(String resourceGroupName, String namespaceName, String privateEndpointConnectionName)
Gets a description for the specified Private Endpoint Connection.
Parameters:
Returns:
getWithResponse
public abstract Response<PrivateEndpointConnectionInner> getWithResponse(String resourceGroupName, String namespaceName, String privateEndpointConnectionName, Context context)
Gets a description for the specified Private Endpoint Connection.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono<Response<PrivateEndpointConnectionInner>> getWithResponseAsync(String resourceGroupName, String namespaceName, String privateEndpointConnectionName)
Gets a description for the specified Private Endpoint Connection.
Parameters:
Returns:
list
public abstract PagedIterable<PrivateEndpointConnectionInner> list(String resourceGroupName, String namespaceName)
Gets the available PrivateEndpointConnections within a namespace.
Parameters:
Returns:
list
public abstract PagedIterable<PrivateEndpointConnectionInner> list(String resourceGroupName, String namespaceName, Context context)
Gets the available PrivateEndpointConnections within a namespace.
Parameters:
Returns:
listAsync
public abstract PagedFlux<PrivateEndpointConnectionInner> listAsync(String resourceGroupName, String namespaceName)
Gets the available PrivateEndpointConnections within a namespace.
Parameters:
Returns: