public interface PrivateEndpointConnectionsClient
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateEndpointConnectionInner>,PrivateEndpointConnectionInner> |
beginCreateOrUpdate(String resourceGroupName,
String accountName,
String privateEndpointConnectionName,
PrivateEndpointConnectionInner parameters)
Approve or reject a private endpoint connection with a given name.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateEndpointConnectionInner>,PrivateEndpointConnectionInner> |
beginCreateOrUpdate(String resourceGroupName,
String accountName,
String privateEndpointConnectionName,
PrivateEndpointConnectionInner parameters,
com.azure.core.util.Context context)
Approve or reject a private endpoint connection with a given name.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<PrivateEndpointConnectionInner>,PrivateEndpointConnectionInner> |
beginCreateOrUpdateAsync(String resourceGroupName,
String accountName,
String privateEndpointConnectionName,
PrivateEndpointConnectionInner parameters)
Approve or reject a private endpoint connection with a given name.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String accountName,
String privateEndpointConnectionName)
Deletes a private endpoint connection with a given name.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String accountName,
String privateEndpointConnectionName,
com.azure.core.util.Context context)
Deletes a private endpoint connection with a given name.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String accountName,
String privateEndpointConnectionName)
Deletes a private endpoint connection with a given name.
|
PrivateEndpointConnectionInner |
createOrUpdate(String resourceGroupName,
String accountName,
String privateEndpointConnectionName,
PrivateEndpointConnectionInner parameters)
Approve or reject a private endpoint connection with a given name.
|
PrivateEndpointConnectionInner |
createOrUpdate(String resourceGroupName,
String accountName,
String privateEndpointConnectionName,
PrivateEndpointConnectionInner parameters,
com.azure.core.util.Context context)
Approve or reject a private endpoint connection with a given name.
|
Mono<PrivateEndpointConnectionInner> |
createOrUpdateAsync(String resourceGroupName,
String accountName,
String privateEndpointConnectionName,
PrivateEndpointConnectionInner parameters)
Approve or reject a private endpoint connection with a given name.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String accountName,
String privateEndpointConnectionName,
PrivateEndpointConnectionInner parameters)
Approve or reject a private endpoint connection with a given name.
|
void |
delete(String resourceGroupName,
String accountName,
String privateEndpointConnectionName)
Deletes a private endpoint connection with a given name.
|
void |
delete(String resourceGroupName,
String accountName,
String privateEndpointConnectionName,
com.azure.core.util.Context context)
Deletes a private endpoint connection with a given name.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String accountName,
String privateEndpointConnectionName)
Deletes a private endpoint connection with a given name.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String accountName,
String privateEndpointConnectionName)
Deletes a private endpoint connection with a given name.
|
PrivateEndpointConnectionInner |
get(String resourceGroupName,
String accountName,
String privateEndpointConnectionName)
Gets a private endpoint connection.
|
Mono<PrivateEndpointConnectionInner> |
getAsync(String resourceGroupName,
String accountName,
String privateEndpointConnectionName)
Gets a private endpoint connection.
|
com.azure.core.http.rest.Response<PrivateEndpointConnectionInner> |
getWithResponse(String resourceGroupName,
String accountName,
String privateEndpointConnectionName,
com.azure.core.util.Context context)
Gets a private endpoint connection.
|
Mono<com.azure.core.http.rest.Response<PrivateEndpointConnectionInner>> |
getWithResponseAsync(String resourceGroupName,
String accountName,
String privateEndpointConnectionName)
Gets a private endpoint connection.
|
com.azure.core.http.rest.PagedIterable<PrivateEndpointConnectionInner> |
listByDatabaseAccount(String resourceGroupName,
String accountName)
List all private endpoint connections on a Cosmos DB account.
|
com.azure.core.http.rest.PagedIterable<PrivateEndpointConnectionInner> |
listByDatabaseAccount(String resourceGroupName,
String accountName,
com.azure.core.util.Context context)
List all private endpoint connections on a Cosmos DB account.
|
com.azure.core.http.rest.PagedFlux<PrivateEndpointConnectionInner> |
listByDatabaseAccountAsync(String resourceGroupName,
String accountName)
List all private endpoint connections on a Cosmos DB account.
|
com.azure.core.http.rest.PagedFlux<PrivateEndpointConnectionInner> listByDatabaseAccountAsync(String resourceGroupName, String accountName)
resourceGroupName - The name of the resource group. The name is case insensitive.accountName - Cosmos DB database account name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<PrivateEndpointConnectionInner> listByDatabaseAccount(String resourceGroupName, String accountName)
resourceGroupName - The name of the resource group. The name is case insensitive.accountName - Cosmos DB database account name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<PrivateEndpointConnectionInner> listByDatabaseAccount(String resourceGroupName, String accountName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group. The name is case insensitive.accountName - Cosmos DB database account name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<PrivateEndpointConnectionInner>> getWithResponseAsync(String resourceGroupName, String accountName, String privateEndpointConnectionName)
resourceGroupName - The name of the resource group. The name is case insensitive.accountName - Cosmos DB database account name.privateEndpointConnectionName - The name of the private endpoint connection.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<PrivateEndpointConnectionInner> getAsync(String resourceGroupName, String accountName, String privateEndpointConnectionName)
resourceGroupName - The name of the resource group. The name is case insensitive.accountName - Cosmos DB database account name.privateEndpointConnectionName - The name of the private endpoint connection.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.PrivateEndpointConnectionInner get(String resourceGroupName, String accountName, String privateEndpointConnectionName)
resourceGroupName - The name of the resource group. The name is case insensitive.accountName - Cosmos DB database account name.privateEndpointConnectionName - The name of the private endpoint connection.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<PrivateEndpointConnectionInner> getWithResponse(String resourceGroupName, String accountName, String privateEndpointConnectionName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group. The name is case insensitive.accountName - Cosmos DB database account name.privateEndpointConnectionName - The name of the private endpoint connection.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String accountName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters)
resourceGroupName - The name of the resource group. The name is case insensitive.accountName - Cosmos DB database account name.privateEndpointConnectionName - The name of the private endpoint connection.parameters - A private endpoint connection.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<PrivateEndpointConnectionInner>,PrivateEndpointConnectionInner> beginCreateOrUpdateAsync(String resourceGroupName, String accountName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters)
resourceGroupName - The name of the resource group. The name is case insensitive.accountName - Cosmos DB database account name.privateEndpointConnectionName - The name of the private endpoint connection.parameters - A private endpoint connection.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateEndpointConnectionInner>,PrivateEndpointConnectionInner> beginCreateOrUpdate(String resourceGroupName, String accountName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters)
resourceGroupName - The name of the resource group. The name is case insensitive.accountName - Cosmos DB database account name.privateEndpointConnectionName - The name of the private endpoint connection.parameters - A private endpoint connection.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateEndpointConnectionInner>,PrivateEndpointConnectionInner> beginCreateOrUpdate(String resourceGroupName, String accountName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group. The name is case insensitive.accountName - Cosmos DB database account name.privateEndpointConnectionName - The name of the private endpoint connection.parameters - A private endpoint connection.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<PrivateEndpointConnectionInner> createOrUpdateAsync(String resourceGroupName, String accountName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters)
resourceGroupName - The name of the resource group. The name is case insensitive.accountName - Cosmos DB database account name.privateEndpointConnectionName - The name of the private endpoint connection.parameters - A private endpoint connection.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.PrivateEndpointConnectionInner createOrUpdate(String resourceGroupName, String accountName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters)
resourceGroupName - The name of the resource group. The name is case insensitive.accountName - Cosmos DB database account name.privateEndpointConnectionName - The name of the private endpoint connection.parameters - A private endpoint connection.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.PrivateEndpointConnectionInner createOrUpdate(String resourceGroupName, String accountName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group. The name is case insensitive.accountName - Cosmos DB database account name.privateEndpointConnectionName - The name of the private endpoint connection.parameters - A private endpoint connection.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String accountName, String privateEndpointConnectionName)
resourceGroupName - The name of the resource group. The name is case insensitive.accountName - Cosmos DB database account name.privateEndpointConnectionName - The name of the private endpoint connection.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String accountName, String privateEndpointConnectionName)
resourceGroupName - The name of the resource group. The name is case insensitive.accountName - Cosmos DB database account name.privateEndpointConnectionName - The name of the private endpoint connection.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String accountName, String privateEndpointConnectionName)
resourceGroupName - The name of the resource group. The name is case insensitive.accountName - Cosmos DB database account name.privateEndpointConnectionName - The name of the private endpoint connection.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String accountName, String privateEndpointConnectionName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group. The name is case insensitive.accountName - Cosmos DB database account name.privateEndpointConnectionName - The name of the private endpoint connection.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteAsync(String resourceGroupName, String accountName, String privateEndpointConnectionName)
resourceGroupName - The name of the resource group. The name is case insensitive.accountName - Cosmos DB database account name.privateEndpointConnectionName - The name of the private endpoint connection.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void delete(String resourceGroupName, String accountName, String privateEndpointConnectionName)
resourceGroupName - The name of the resource group. The name is case insensitive.accountName - Cosmos DB database account name.privateEndpointConnectionName - The name of the private endpoint connection.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void delete(String resourceGroupName, String accountName, String privateEndpointConnectionName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group. The name is case insensitive.accountName - Cosmos DB database account name.privateEndpointConnectionName - The name of the private endpoint connection.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Copyright © 2020 Microsoft Corporation. All rights reserved.