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
Deletes an existing Private Endpoint Connection.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Deletes an existing Private Endpoint Connection.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux
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
Creates or updates PrivateEndpointConnections of service namespace.
Parameters:
Returns:
createOrUpdateWithResponse
public abstract Response
Creates or updates PrivateEndpointConnections of service namespace.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono
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
Deletes an existing Private Endpoint Connection.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
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
Gets a description for the specified Private Endpoint Connection.
Parameters:
Returns:
getWithResponse
public abstract Response
Gets a description for the specified Private Endpoint Connection.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Gets a description for the specified Private Endpoint Connection.
Parameters:
Returns:
list
public abstract PagedIterable
Gets the available PrivateEndpointConnections within a namespace.
Parameters:
Returns:
list
public abstract PagedIterable
Gets the available PrivateEndpointConnections within a namespace.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Gets the available PrivateEndpointConnections within a namespace.
Parameters:
Returns:
Applies to
Azure SDK for Java