PrivateEndpointConnectionsClient Interface
public interface PrivateEndpointConnectionsClient
An instance of this class provides access to all the operations defined in PrivateEndpointConnectionsClient.
Method Summary
Method Details
beginCreateOrUpdate
public abstract SyncPoller
Approve or reject a private endpoint connection with a given name.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller
Approve or reject a private endpoint connection with a given name.
Parameters:
Returns:
beginCreateOrUpdateAsync
public abstract PollerFlux
Approve or reject a private endpoint connection with a given name.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Deletes a private endpoint connection with a given name.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Deletes a private endpoint connection with a given name.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux
Deletes a private endpoint connection with a given name.
Parameters:
Returns:
createOrUpdate
public abstract PrivateEndpointConnectionInner createOrUpdate(String resourceGroupName, String serverName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters)
Approve or reject a private endpoint connection with a given name.
Parameters:
Returns:
createOrUpdate
public abstract PrivateEndpointConnectionInner createOrUpdate(String resourceGroupName, String serverName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters, Context context)
Approve or reject a private endpoint connection with a given name.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono
Approve or reject a private endpoint connection with a given name.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono
Approve or reject a private endpoint connection with a given name.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String serverName, String privateEndpointConnectionName)
Deletes a private endpoint connection with a given name.
Parameters:
delete
public abstract void delete(String resourceGroupName, String serverName, String privateEndpointConnectionName, Context context)
Deletes a private endpoint connection with a given name.
Parameters:
deleteAsync
public abstract Mono
Deletes a private endpoint connection with a given name.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
Deletes a private endpoint connection with a given name.
Parameters:
Returns:
get
public abstract PrivateEndpointConnectionInner get(String resourceGroupName, String serverName, String privateEndpointConnectionName)
Gets a private endpoint connection.
Parameters:
Returns:
getAsync
public abstract Mono
Gets a private endpoint connection.
Parameters:
Returns:
getWithResponse
public abstract Response
Gets a private endpoint connection.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Gets a private endpoint connection.
Parameters:
Returns:
listByServer
public abstract PagedIterable
Gets all private endpoint connections on a server.
Parameters:
Returns:
listByServer
public abstract PagedIterable
Gets all private endpoint connections on a server.
Parameters:
Returns:
listByServerAsync
public abstract PagedFlux
Gets all private endpoint connections on a server.
Parameters:
Returns:
Applies to
Azure SDK for Java