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<PollResult<PrivateEndpointConnectionInner>,PrivateEndpointConnectionInner> beginCreateOrUpdate(String resourceGroupName, String accountName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters)
Approve or reject a private endpoint connection with a given name.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller<PollResult<PrivateEndpointConnectionInner>,PrivateEndpointConnectionInner> beginCreateOrUpdate(String resourceGroupName, String accountName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters, Context context)
Approve or reject a private endpoint connection with a given name.
Parameters:
Returns:
beginCreateOrUpdateAsync
public abstract PollerFlux<PollResult<PrivateEndpointConnectionInner>,PrivateEndpointConnectionInner> beginCreateOrUpdateAsync(String resourceGroupName, String accountName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters)
Approve or reject a private endpoint connection with a given name.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String accountName, String privateEndpointConnectionName)
Deletes a private endpoint connection with a given name.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String accountName, String privateEndpointConnectionName, Context context)
Deletes a private endpoint connection with a given name.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux<PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String accountName, String privateEndpointConnectionName)
Deletes a private endpoint connection with a given name.
Parameters:
Returns:
createOrUpdate
public abstract PrivateEndpointConnectionInner createOrUpdate(String resourceGroupName, String accountName, 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 accountName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters, Context context)
Approve or reject a private endpoint connection with a given name.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono<PrivateEndpointConnectionInner> createOrUpdateAsync(String resourceGroupName, String accountName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters)
Approve or reject a private endpoint connection with a given name.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String accountName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters)
Approve or reject a private endpoint connection with a given name.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String accountName, String privateEndpointConnectionName)
Deletes a private endpoint connection with a given name.
Parameters:
delete
public abstract void delete(String resourceGroupName, String accountName, String privateEndpointConnectionName, Context context)
Deletes a private endpoint connection with a given name.
Parameters:
deleteAsync
public abstract Mono<Void> deleteAsync(String resourceGroupName, String accountName, String privateEndpointConnectionName)
Deletes a private endpoint connection with a given name.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String accountName, String privateEndpointConnectionName)
Deletes a private endpoint connection with a given name.
Parameters:
Returns:
get
public abstract PrivateEndpointConnectionInner get(String resourceGroupName, String accountName, String privateEndpointConnectionName)
Gets a private endpoint connection.
Parameters:
Returns:
getAsync
public abstract Mono<PrivateEndpointConnectionInner> getAsync(String resourceGroupName, String accountName, String privateEndpointConnectionName)
Gets a private endpoint connection.
Parameters:
Returns:
getWithResponse
public abstract Response<PrivateEndpointConnectionInner> getWithResponse(String resourceGroupName, String accountName, String privateEndpointConnectionName, Context context)
Gets a private endpoint connection.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono<Response<PrivateEndpointConnectionInner>> getWithResponseAsync(String resourceGroupName, String accountName, String privateEndpointConnectionName)
Gets a private endpoint connection.
Parameters:
Returns:
listByDatabaseAccount
public abstract PagedIterable<PrivateEndpointConnectionInner> listByDatabaseAccount(String resourceGroupName, String accountName)
List all private endpoint connections on a Cosmos DB account.
Parameters:
Returns:
listByDatabaseAccount
public abstract PagedIterable<PrivateEndpointConnectionInner> listByDatabaseAccount(String resourceGroupName, String accountName, Context context)
List all private endpoint connections on a Cosmos DB account.
Parameters:
Returns:
listByDatabaseAccountAsync
public abstract PagedFlux<PrivateEndpointConnectionInner> listByDatabaseAccountAsync(String resourceGroupName, String accountName)
List all private endpoint connections on a Cosmos DB account.
Parameters:
Returns: