Uses of Class
com.azure.resourcemanager.kusto.fluent.models.PrivateEndpointConnectionInner
Package
Description
Package containing the service clients for KustoManagementClient.
Package containing the inner data models for KustoManagementClient.
Package containing the data models for KustoManagementClient.
-
Uses of PrivateEndpointConnectionInner in com.azure.resourcemanager.kusto.fluent
Modifier and TypeMethodDescriptionPrivateEndpointConnectionsClient.createOrUpdate
(String resourceGroupName, String clusterName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters) Approve or reject a private endpoint connection with a given name.PrivateEndpointConnectionsClient.createOrUpdate
(String resourceGroupName, String clusterName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters, com.azure.core.util.Context context) Approve or reject a private endpoint connection with a given name.PrivateEndpointConnectionsClient.get
(String resourceGroupName, String clusterName, String privateEndpointConnectionName) Gets a private endpoint connection.Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateEndpointConnectionInner>,
PrivateEndpointConnectionInner> PrivateEndpointConnectionsClient.beginCreateOrUpdate
(String resourceGroupName, String clusterName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters) Approve or reject a private endpoint connection with a given name.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateEndpointConnectionInner>,
PrivateEndpointConnectionInner> PrivateEndpointConnectionsClient.beginCreateOrUpdate
(String resourceGroupName, String clusterName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters) Approve or reject a private endpoint connection with a given name.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateEndpointConnectionInner>,
PrivateEndpointConnectionInner> PrivateEndpointConnectionsClient.beginCreateOrUpdate
(String resourceGroupName, String clusterName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters, com.azure.core.util.Context context) Approve or reject a private endpoint connection with a given name.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateEndpointConnectionInner>,
PrivateEndpointConnectionInner> PrivateEndpointConnectionsClient.beginCreateOrUpdate
(String resourceGroupName, String clusterName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters, com.azure.core.util.Context context) Approve or reject a private endpoint connection with a given name.com.azure.core.http.rest.Response<PrivateEndpointConnectionInner>
PrivateEndpointConnectionsClient.getWithResponse
(String resourceGroupName, String clusterName, String privateEndpointConnectionName, com.azure.core.util.Context context) Gets a private endpoint connection.com.azure.core.http.rest.PagedIterable<PrivateEndpointConnectionInner>
Returns the list of private endpoint connections.com.azure.core.http.rest.PagedIterable<PrivateEndpointConnectionInner>
PrivateEndpointConnectionsClient.list
(String resourceGroupName, String clusterName, com.azure.core.util.Context context) Returns the list of private endpoint connections.Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateEndpointConnectionInner>,
PrivateEndpointConnectionInner> PrivateEndpointConnectionsClient.beginCreateOrUpdate
(String resourceGroupName, String clusterName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters) Approve or reject a private endpoint connection with a given name.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateEndpointConnectionInner>,
PrivateEndpointConnectionInner> PrivateEndpointConnectionsClient.beginCreateOrUpdate
(String resourceGroupName, String clusterName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters, com.azure.core.util.Context context) Approve or reject a private endpoint connection with a given name.PrivateEndpointConnectionsClient.createOrUpdate
(String resourceGroupName, String clusterName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters) Approve or reject a private endpoint connection with a given name.PrivateEndpointConnectionsClient.createOrUpdate
(String resourceGroupName, String clusterName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters, com.azure.core.util.Context context) Approve or reject a private endpoint connection with a given name. -
Uses of PrivateEndpointConnectionInner in com.azure.resourcemanager.kusto.fluent.models
Modifier and TypeMethodDescriptionPrivateEndpointConnectionInner.withPrivateLinkServiceConnectionState
(PrivateLinkServiceConnectionStateProperty privateLinkServiceConnectionState) Set the privateLinkServiceConnectionState property: Connection State of the Private Endpoint Connection.Modifier and TypeMethodDescriptionClusterInner.privateEndpointConnections()
Get the privateEndpointConnections property: A list of private endpoint connections.ClusterProperties.privateEndpointConnections()
Get the privateEndpointConnections property: A list of private endpoint connections. -
Uses of PrivateEndpointConnectionInner in com.azure.resourcemanager.kusto.models
Modifier and TypeMethodDescriptionPrivateEndpointConnection.innerModel()
Gets the inner com.azure.resourcemanager.kusto.fluent.models.PrivateEndpointConnectionInner object.Modifier and TypeMethodDescriptionClusterUpdate.privateEndpointConnections()
Get the privateEndpointConnections property: A list of private endpoint connections.PrivateEndpointConnectionListResult.value()
Get the value property: Array of private endpoint connections.Modifier and TypeMethodDescriptionPrivateEndpointConnectionListResult.withValue
(List<PrivateEndpointConnectionInner> value) Set the value property: Array of private endpoint connections.