Uses of Class
com.azure.resourcemanager.containerservice.fluent.models.PrivateEndpointConnectionInner
-
Packages that use PrivateEndpointConnectionInner 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. -
-
Uses of PrivateEndpointConnectionInner in com.azure.resourcemanager.containerservice.fluent
Methods in com.azure.resourcemanager.containerservice.fluent that return PrivateEndpointConnectionInner Modifier and Type Method Description PrivateEndpointConnectionInnerPrivateEndpointConnectionsClient. get(String resourceGroupName, String resourceName, String privateEndpointConnectionName)To learn more about private clusters, see: https://docs.microsoft.com/azure/aks/private-clusters.PrivateEndpointConnectionInnerPrivateEndpointConnectionsClient. update(String resourceGroupName, String resourceName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters)Updates a private endpoint connection.Methods in com.azure.resourcemanager.containerservice.fluent that return types with arguments of type PrivateEndpointConnectionInner Modifier and Type Method Description Mono<PrivateEndpointConnectionInner>PrivateEndpointConnectionsClient. getAsync(String resourceGroupName, String resourceName, String privateEndpointConnectionName)To learn more about private clusters, see: https://docs.microsoft.com/azure/aks/private-clusters.com.azure.core.http.rest.Response<PrivateEndpointConnectionInner>PrivateEndpointConnectionsClient. getWithResponse(String resourceGroupName, String resourceName, String privateEndpointConnectionName, com.azure.core.util.Context context)To learn more about private clusters, see: https://docs.microsoft.com/azure/aks/private-clusters.Mono<com.azure.core.http.rest.Response<PrivateEndpointConnectionInner>>PrivateEndpointConnectionsClient. getWithResponseAsync(String resourceGroupName, String resourceName, String privateEndpointConnectionName)To learn more about private clusters, see: https://docs.microsoft.com/azure/aks/private-clusters.Mono<PrivateEndpointConnectionInner>PrivateEndpointConnectionsClient. updateAsync(String resourceGroupName, String resourceName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters)Updates a private endpoint connection.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.Mono<com.azure.core.http.rest.Response<PrivateEndpointConnectionInner>>PrivateEndpointConnectionsClient. updateWithResponseAsync(String resourceGroupName, String resourceName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters)Updates a private endpoint connection.Methods in com.azure.resourcemanager.containerservice.fluent with parameters of type PrivateEndpointConnectionInner Modifier and Type Method Description PrivateEndpointConnectionInnerPrivateEndpointConnectionsClient. update(String resourceGroupName, String resourceName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters)Updates a private endpoint connection.Mono<PrivateEndpointConnectionInner>PrivateEndpointConnectionsClient. updateAsync(String resourceGroupName, String resourceName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters)Updates a private endpoint connection.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.Mono<com.azure.core.http.rest.Response<PrivateEndpointConnectionInner>>PrivateEndpointConnectionsClient. updateWithResponseAsync(String resourceGroupName, String resourceName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters)Updates a private endpoint connection. -
Uses of PrivateEndpointConnectionInner in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return PrivateEndpointConnectionInner Modifier and Type Method Description PrivateEndpointConnectionInnerPrivateEndpointConnectionInner. withPrivateEndpoint(PrivateEndpoint privateEndpoint)Set the privateEndpoint property: The resource of private endpoint.PrivateEndpointConnectionInnerPrivateEndpointConnectionInner. withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)Set the privateLinkServiceConnectionState property: A collection of information about the state of the connection between service consumer and provider.Methods in com.azure.resourcemanager.containerservice.fluent.models that return types with arguments of type PrivateEndpointConnectionInner Modifier and Type Method Description List<PrivateEndpointConnectionInner>PrivateEndpointConnectionListResultInner. value()Get the value property: The collection value.Method parameters in com.azure.resourcemanager.containerservice.fluent.models with type arguments of type PrivateEndpointConnectionInner Modifier and Type Method Description PrivateEndpointConnectionListResultInnerPrivateEndpointConnectionListResultInner. withValue(List<PrivateEndpointConnectionInner> value)Set the value property: The collection value.
-