| 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.
|
| com.azure.resourcemanager.storage.models |
Package containing the 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 |
|---|---|
PrivateLinkServiceConnectionState |
PrivateEndpointConnectionInner.privateLinkServiceConnectionState()
Get the privateLinkServiceConnectionState property: A collection of information about the state of the connection
between service consumer and provider.
|
| Modifier and Type | Method and Description |
|---|---|
PrivateEndpointConnectionInner |
PrivateEndpointConnectionInner.withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)
Set the privateLinkServiceConnectionState property: A collection of information about the state of the connection
between service consumer and provider.
|
| Modifier and Type | Method and Description |
|---|---|
PrivateLinkServiceConnectionState |
PrivateLinkServiceConnectionState.withActionRequired(String actionRequired)
Set the actionRequired property: A message indicating if changes on the service provider require any updates on
the consumer.
|
PrivateLinkServiceConnectionState |
PrivateLinkServiceConnectionState.withDescription(String description)
Set the description property: The reason for approval/rejection of the connection.
|
PrivateLinkServiceConnectionState |
PrivateLinkServiceConnectionState.withStatus(PrivateEndpointServiceConnectionStatus status)
Set the status property: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the
service.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.