Uses of Class
com.azure.resourcemanager.kusto.fluent.models.PrivateLinkResourceInner
-
Packages that use PrivateLinkResourceInner Package Description com.azure.resourcemanager.kusto.fluent Package containing the service clients for KustoManagementClient.com.azure.resourcemanager.kusto.models Package containing the data models for KustoManagementClient. -
-
Uses of PrivateLinkResourceInner in com.azure.resourcemanager.kusto.fluent
Methods in com.azure.resourcemanager.kusto.fluent that return PrivateLinkResourceInner Modifier and Type Method Description PrivateLinkResourceInner
PrivateLinkResourcesClient. get(String resourceGroupName, String clusterName, String privateLinkResourceName)
Gets a private link resource.Methods in com.azure.resourcemanager.kusto.fluent that return types with arguments of type PrivateLinkResourceInner Modifier and Type Method Description com.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>
PrivateLinkResourcesClient. list(String resourceGroupName, String clusterName)
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
Methods in com.azure.resourcemanager.kusto.models that return PrivateLinkResourceInner Modifier and Type Method Description PrivateLinkResourceInner
PrivateLinkResource. innerModel()
Gets the inner com.azure.resourcemanager.kusto.fluent.models.PrivateLinkResourceInner object.Methods in com.azure.resourcemanager.kusto.models that return types with arguments of type PrivateLinkResourceInner Modifier and Type Method Description List<PrivateLinkResourceInner>
PrivateLinkResourceListResult. value()
Get the value property: Array of private link resources.Method parameters in com.azure.resourcemanager.kusto.models with type arguments of type PrivateLinkResourceInner Modifier and Type Method Description PrivateLinkResourceListResult
PrivateLinkResourceListResult. withValue(List<PrivateLinkResourceInner> value)
Set the value property: Array of private link resources.
-