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 scopeName, 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 scopeName, 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 scopeName, String privateEndpointConnectionName)
Deletes a private endpoint connection with a given name.
Parameters:
delete
public abstract void delete(String resourceGroupName, String scopeName, 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 scopeName, 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:
listByPrivateLinkScope
public abstract PrivateEndpointConnectionListResultInner listByPrivateLinkScope(String resourceGroupName, String scopeName)
Gets all private endpoint connections on a private link scope.
Parameters:
Returns:
listByPrivateLinkScopeAsync
public abstract Mono
Gets all private endpoint connections on a private link scope.
Parameters:
Returns:
listByPrivateLinkScopeWithResponse
public abstract Response
Gets all private endpoint connections on a private link scope.
Parameters:
Returns:
listByPrivateLinkScopeWithResponseAsync
public abstract Mono
Gets all private endpoint connections on a private link scope.
Parameters:
Returns:
Applies to
Azure SDK for Java