Uses of Interface
com.azure.resourcemanager.kusto.models.ManagedPrivateEndpoint
Package
Description
Package containing the data models for KustoManagementClient.
-
Uses of ManagedPrivateEndpoint in com.azure.resourcemanager.kusto.models
Modifier and TypeMethodDescriptionManagedPrivateEndpoint.Update.apply()
Executes the update request.ManagedPrivateEndpoint.Update.apply
(com.azure.core.util.Context context) Executes the update request.ManagedPrivateEndpoint.DefinitionStages.WithCreate.create()
Executes the create request.ManagedPrivateEndpoint.DefinitionStages.WithCreate.create
(com.azure.core.util.Context context) Executes the create request.ManagedPrivateEndpoints.get
(String resourceGroupName, String clusterName, String managedPrivateEndpointName) Gets a managed private endpoint.Gets a managed private endpoint.ManagedPrivateEndpoint.refresh()
Refreshes the resource to sync with Azure.ManagedPrivateEndpoint.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<ManagedPrivateEndpoint>
ManagedPrivateEndpoints.getByIdWithResponse
(String id, com.azure.core.util.Context context) Gets a managed private endpoint.com.azure.core.http.rest.Response<ManagedPrivateEndpoint>
ManagedPrivateEndpoints.getWithResponse
(String resourceGroupName, String clusterName, String managedPrivateEndpointName, com.azure.core.util.Context context) Gets a managed private endpoint.com.azure.core.http.rest.PagedIterable<ManagedPrivateEndpoint>
Returns the list of managed private endpoints.com.azure.core.http.rest.PagedIterable<ManagedPrivateEndpoint>
ManagedPrivateEndpoints.list
(String resourceGroupName, String clusterName, com.azure.core.util.Context context) Returns the list of managed private endpoints.