| Package | Description |
|---|---|
| com.azure.resourcemanager.cosmos.fluent |
Package containing the service clients for CosmosDBManagementClient.
|
| com.azure.resourcemanager.cosmos.fluent.models |
Package containing the inner data models for CosmosDBManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
PrivateEndpointConnectionInner |
PrivateEndpointConnectionsClient.createOrUpdate(String resourceGroupName,
String accountName,
String privateEndpointConnectionName,
PrivateEndpointConnectionInner parameters)
Approve or reject a private endpoint connection with a given name.
|
PrivateEndpointConnectionInner |
PrivateEndpointConnectionsClient.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.
|
PrivateEndpointConnectionInner |
PrivateEndpointConnectionsClient.get(String resourceGroupName,
String accountName,
String privateEndpointConnectionName)
Gets a private endpoint connection.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateEndpointConnectionInner>,PrivateEndpointConnectionInner> |
PrivateEndpointConnectionsClient.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> |
PrivateEndpointConnectionsClient.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> |
PrivateEndpointConnectionsClient.beginCreateOrUpdateAsync(String resourceGroupName,
String accountName,
String privateEndpointConnectionName,
PrivateEndpointConnectionInner parameters)
Approve or reject a private endpoint connection with a given name.
|
PrivateEndpointConnectionInner |
PrivateEndpointConnectionsClient.createOrUpdate(String resourceGroupName,
String accountName,
String privateEndpointConnectionName,
PrivateEndpointConnectionInner parameters)
Approve or reject a private endpoint connection with a given name.
|
PrivateEndpointConnectionInner |
PrivateEndpointConnectionsClient.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> |
PrivateEndpointConnectionsClient.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>>> |
PrivateEndpointConnectionsClient.createOrUpdateWithResponseAsync(String resourceGroupName,
String accountName,
String privateEndpointConnectionName,
PrivateEndpointConnectionInner parameters)
Approve or reject a private endpoint connection with a given name.
|
| Modifier and Type | Method and Description |
|---|---|
PrivateEndpointConnectionInner |
PrivateEndpointConnectionInner.withGroupId(String groupId)
Set the groupId property: Group id of the private endpoint.
|
PrivateEndpointConnectionInner |
PrivateEndpointConnectionInner.withPrivateEndpoint(PrivateEndpointProperty privateEndpoint)
Set the privateEndpoint property: Private endpoint which the connection belongs to.
|
PrivateEndpointConnectionInner |
PrivateEndpointConnectionInner.withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionStateProperty privateLinkServiceConnectionState)
Set the privateLinkServiceConnectionState property: Connection State of the Private Endpoint Connection.
|
PrivateEndpointConnectionInner |
PrivateEndpointConnectionInner.withProvisioningState(String provisioningState)
Set the provisioningState property: Provisioning state of the private endpoint.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.