Uses of Interface
com.azure.resourcemanager.kusto.models.PrivateLinkResource
Package
Description
Package containing the data models for KustoManagementClient.
-
Uses of PrivateLinkResource in com.azure.resourcemanager.kusto.models
Modifier and TypeMethodDescriptionPrivateLinkResources.get
(String resourceGroupName, String clusterName, String privateLinkResourceName) Gets a private link resource.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<PrivateLinkResource>
PrivateLinkResources.getWithResponse
(String resourceGroupName, String clusterName, String privateLinkResourceName, com.azure.core.util.Context context) Gets a private link resource.com.azure.core.http.rest.PagedIterable<PrivateLinkResource>
Returns the list of private link resources.com.azure.core.http.rest.PagedIterable<PrivateLinkResource>
PrivateLinkResources.list
(String resourceGroupName, String clusterName, com.azure.core.util.Context context) Returns the list of private link resources.