Uses of Class
com.azure.resourcemanager.kusto.fluent.models.PrivateLinkResourceInner
Package
Description
Package containing the service clients for KustoManagementClient.
Package containing the data models for KustoManagementClient.
-
Uses of PrivateLinkResourceInner in com.azure.resourcemanager.kusto.fluent
Modifier and TypeMethodDescriptionPrivateLinkResourcesClient.get
(String resourceGroupName, String clusterName, String privateLinkResourceName) Gets a private link resource.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<PrivateLinkResourceInner>
PrivateLinkResourcesClient.getWithResponse
(String resourceGroupName, String clusterName, String privateLinkResourceName, com.azure.core.util.Context context) Gets a private link resource.com.azure.core.http.rest.PagedIterable<PrivateLinkResourceInner>
Returns the list of private link resources.com.azure.core.http.rest.PagedIterable<PrivateLinkResourceInner>
PrivateLinkResourcesClient.list
(String resourceGroupName, String clusterName, com.azure.core.util.Context context) Returns the list of private link resources. -
Uses of PrivateLinkResourceInner in com.azure.resourcemanager.kusto.models
Modifier and TypeMethodDescriptionPrivateLinkResource.innerModel()
Gets the inner com.azure.resourcemanager.kusto.fluent.models.PrivateLinkResourceInner object.Modifier and TypeMethodDescriptionPrivateLinkResourceListResult.value()
Get the value property: Array of private link resources.Modifier and TypeMethodDescriptionPrivateLinkResourceListResult.withValue
(List<PrivateLinkResourceInner> value) Set the value property: Array of private link resources.