Uses of Interface
com.azure.resourcemanager.kusto.models.PrivateEndpointConnection
Package
Description
Package containing the data models for KustoManagementClient.
-
Uses of PrivateEndpointConnection in com.azure.resourcemanager.kusto.models
Modifier and TypeMethodDescriptionPrivateEndpointConnection.Update.apply()
Executes the update request.PrivateEndpointConnection.Update.apply
(com.azure.core.util.Context context) Executes the update request.PrivateEndpointConnection.DefinitionStages.WithCreate.create()
Executes the create request.PrivateEndpointConnection.DefinitionStages.WithCreate.create
(com.azure.core.util.Context context) Executes the create request.PrivateEndpointConnections.get
(String resourceGroupName, String clusterName, String privateEndpointConnectionName) Gets a private endpoint connection.Gets a private endpoint connection.PrivateEndpointConnection.refresh()
Refreshes the resource to sync with Azure.PrivateEndpointConnection.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<PrivateEndpointConnection>
PrivateEndpointConnections.getByIdWithResponse
(String id, com.azure.core.util.Context context) Gets a private endpoint connection.com.azure.core.http.rest.Response<PrivateEndpointConnection>
PrivateEndpointConnections.getWithResponse
(String resourceGroupName, String clusterName, String privateEndpointConnectionName, com.azure.core.util.Context context) Gets a private endpoint connection.com.azure.core.http.rest.PagedIterable<PrivateEndpointConnection>
Returns the list of private endpoint connections.com.azure.core.http.rest.PagedIterable<PrivateEndpointConnection>
PrivateEndpointConnections.list
(String resourceGroupName, String clusterName, com.azure.core.util.Context context) Returns the list of private endpoint connections.Cluster.privateEndpointConnections()
Gets the privateEndpointConnections property: A list of private endpoint connections.