| Package | Description |
|---|---|
| com.azure.resourcemanager.containerservice.fluent |
Package containing the service clients for ContainerServiceManagementClient.
|
| com.azure.resourcemanager.containerservice.fluent.models |
Package containing the inner data models for ContainerServiceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
PrivateEndpointConnectionInner |
PrivateEndpointConnectionsClient.get(String resourceGroupName,
String resourceName,
String privateEndpointConnectionName)
Gets the details of the private endpoint connection by managed cluster and resource group.
|
PrivateEndpointConnectionInner |
PrivateEndpointConnectionsClient.update(String resourceGroupName,
String resourceName,
String privateEndpointConnectionName,
PrivateEndpointConnectionInner parameters)
Updates a private endpoint connection in the specified managed cluster.
|
| Modifier and Type | Method and Description |
|---|---|
PrivateEndpointConnectionInner |
PrivateEndpointConnectionsClient.update(String resourceGroupName,
String resourceName,
String privateEndpointConnectionName,
PrivateEndpointConnectionInner parameters)
Updates a private endpoint connection in the specified managed cluster.
|
Mono<PrivateEndpointConnectionInner> |
PrivateEndpointConnectionsClient.updateAsync(String resourceGroupName,
String resourceName,
String privateEndpointConnectionName,
PrivateEndpointConnectionInner parameters)
Updates a private endpoint connection in the specified managed cluster.
|
com.azure.core.http.rest.Response<PrivateEndpointConnectionInner> |
PrivateEndpointConnectionsClient.updateWithResponse(String resourceGroupName,
String resourceName,
String privateEndpointConnectionName,
PrivateEndpointConnectionInner parameters,
com.azure.core.util.Context context)
Updates a private endpoint connection in the specified managed cluster.
|
Mono<com.azure.core.http.rest.Response<PrivateEndpointConnectionInner>> |
PrivateEndpointConnectionsClient.updateWithResponseAsync(String resourceGroupName,
String resourceName,
String privateEndpointConnectionName,
PrivateEndpointConnectionInner parameters)
Updates a private endpoint connection in the specified managed cluster.
|
| Modifier and Type | Method and Description |
|---|---|
PrivateEndpointConnectionInner |
PrivateEndpointConnectionInner.withPrivateEndpoint(PrivateEndpoint privateEndpoint)
Set the privateEndpoint property: The resource of private endpoint.
|
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 © 2020 Microsoft Corporation. All rights reserved.