| Package | Description |
|---|---|
| com.azure.resourcemanager.redis.fluent |
Package containing the service clients for RedisManagementClient.
|
| com.azure.resourcemanager.redis.fluent.models |
Package containing the inner data models for RedisManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
PrivateEndpointConnectionInner |
PrivateEndpointConnectionsClient.get(String resourceGroupName,
String cacheName,
String privateEndpointConnectionName)
Gets the specified private endpoint connection associated with the redis cache.
|
PrivateEndpointConnectionInner |
PrivateEndpointConnectionsClient.put(String resourceGroupName,
String cacheName,
String privateEndpointConnectionName,
PrivateEndpointConnectionInner properties)
Update the state of specified private endpoint connection associated with the redis cache.
|
PrivateEndpointConnectionInner |
PrivateEndpointConnectionsClient.put(String resourceGroupName,
String cacheName,
String privateEndpointConnectionName,
PrivateEndpointConnectionInner properties,
com.azure.core.util.Context context)
Update the state of specified private endpoint connection associated with the redis cache.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateEndpointConnectionInner>,PrivateEndpointConnectionInner> |
PrivateEndpointConnectionsClient.beginPut(String resourceGroupName,
String cacheName,
String privateEndpointConnectionName,
PrivateEndpointConnectionInner properties)
Update the state of specified private endpoint connection associated with the redis cache.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateEndpointConnectionInner>,PrivateEndpointConnectionInner> |
PrivateEndpointConnectionsClient.beginPut(String resourceGroupName,
String cacheName,
String privateEndpointConnectionName,
PrivateEndpointConnectionInner properties,
com.azure.core.util.Context context)
Update the state of specified private endpoint connection associated with the redis cache.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<PrivateEndpointConnectionInner>,PrivateEndpointConnectionInner> |
PrivateEndpointConnectionsClient.beginPutAsync(String resourceGroupName,
String cacheName,
String privateEndpointConnectionName,
PrivateEndpointConnectionInner properties)
Update the state of specified private endpoint connection associated with the redis cache.
|
PrivateEndpointConnectionInner |
PrivateEndpointConnectionsClient.put(String resourceGroupName,
String cacheName,
String privateEndpointConnectionName,
PrivateEndpointConnectionInner properties)
Update the state of specified private endpoint connection associated with the redis cache.
|
PrivateEndpointConnectionInner |
PrivateEndpointConnectionsClient.put(String resourceGroupName,
String cacheName,
String privateEndpointConnectionName,
PrivateEndpointConnectionInner properties,
com.azure.core.util.Context context)
Update the state of specified private endpoint connection associated with the redis cache.
|
Mono<PrivateEndpointConnectionInner> |
PrivateEndpointConnectionsClient.putAsync(String resourceGroupName,
String cacheName,
String privateEndpointConnectionName,
PrivateEndpointConnectionInner properties)
Update the state of specified private endpoint connection associated with the redis cache.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
PrivateEndpointConnectionsClient.putWithResponseAsync(String resourceGroupName,
String cacheName,
String privateEndpointConnectionName,
PrivateEndpointConnectionInner properties)
Update the state of specified private endpoint connection associated with the redis cache.
|
| Modifier and Type | Method and Description |
|---|---|
PrivateEndpointConnectionInner |
PrivateEndpointConnectionInner.withPrivateEndpoint(PrivateEndpoint privateEndpoint)
Set the privateEndpoint property: The resource of private end point.
|
PrivateEndpointConnectionInner |
PrivateEndpointConnectionInner.withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)
Set the privateLinkServiceConnectionState property: A collection of information about the state of the connection
between service consumer and provider.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.