| Package | Description |
|---|---|
| com.azure.resourcemanager.sql.fluent |
Package containing the service clients for SqlManagementClient.
|
| com.azure.resourcemanager.sql.fluent.models |
Package containing the inner data models for SqlManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
PrivateEndpointConnectionInner |
PrivateEndpointConnectionsClient.createOrUpdate(String resourceGroupName,
String serverName,
String privateEndpointConnectionName,
PrivateEndpointConnectionInner parameters)
Approve or reject a private endpoint connection with a given name.
|
PrivateEndpointConnectionInner |
PrivateEndpointConnectionsClient.createOrUpdate(String resourceGroupName,
String serverName,
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 serverName,
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 serverName,
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 serverName,
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 serverName,
String privateEndpointConnectionName,
PrivateEndpointConnectionInner parameters)
Approve or reject a private endpoint connection with a given name.
|
PrivateEndpointConnectionInner |
PrivateEndpointConnectionsClient.createOrUpdate(String resourceGroupName,
String serverName,
String privateEndpointConnectionName,
PrivateEndpointConnectionInner parameters)
Approve or reject a private endpoint connection with a given name.
|
PrivateEndpointConnectionInner |
PrivateEndpointConnectionsClient.createOrUpdate(String resourceGroupName,
String serverName,
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 serverName,
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 serverName,
String privateEndpointConnectionName,
PrivateEndpointConnectionInner parameters)
Approve or reject a private endpoint connection with a given name.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.