| Package | Description |
|---|---|
| com.azure.resourcemanager.storage.fluent |
Package containing the service clients for StorageManagementClient.
|
| com.azure.resourcemanager.storage.fluent.models |
Package containing the inner data models for StorageManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
Mono<PrivateEndpointConnectionInner> |
PrivateEndpointConnectionsClient.putAsync(String resourceGroupName,
String accountName,
String privateEndpointConnectionName,
PrivateEndpoint privateEndpoint,
PrivateLinkServiceConnectionState privateLinkServiceConnectionState)
Update the state of specified private endpoint connection associated with the storage account.
|
com.azure.core.http.rest.Response<PrivateEndpointConnectionInner> |
PrivateEndpointConnectionsClient.putWithResponse(String resourceGroupName,
String accountName,
String privateEndpointConnectionName,
PrivateEndpoint privateEndpoint,
PrivateLinkServiceConnectionState privateLinkServiceConnectionState,
com.azure.core.util.Context context)
Update the state of specified private endpoint connection associated with the storage account.
|
Mono<com.azure.core.http.rest.Response<PrivateEndpointConnectionInner>> |
PrivateEndpointConnectionsClient.putWithResponseAsync(String resourceGroupName,
String accountName,
String privateEndpointConnectionName,
PrivateEndpoint privateEndpoint,
PrivateLinkServiceConnectionState privateLinkServiceConnectionState)
Update the state of specified private endpoint connection associated with the storage account.
|
| Modifier and Type | Method and Description |
|---|---|
PrivateEndpoint |
PrivateEndpointConnectionInner.privateEndpoint()
Get the privateEndpoint property: The resource of private end point.
|
| Modifier and Type | Method and Description |
|---|---|
PrivateEndpointConnectionInner |
PrivateEndpointConnectionInner.withPrivateEndpoint(PrivateEndpoint privateEndpoint)
Set the privateEndpoint property: The resource of private end point.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.