Uses of Interface
com.azure.resourcemanager.kusto.models.ClusterPrincipalAssignment
Package
Description
Package containing the data models for KustoManagementClient.
-
Uses of ClusterPrincipalAssignment in com.azure.resourcemanager.kusto.models
Modifier and TypeMethodDescriptionClusterPrincipalAssignment.Update.apply()
Executes the update request.ClusterPrincipalAssignment.Update.apply
(com.azure.core.util.Context context) Executes the update request.ClusterPrincipalAssignment.DefinitionStages.WithCreate.create()
Executes the create request.ClusterPrincipalAssignment.DefinitionStages.WithCreate.create
(com.azure.core.util.Context context) Executes the create request.ClusterPrincipalAssignments.get
(String resourceGroupName, String clusterName, String principalAssignmentName) Gets a Kusto cluster principalAssignment.Gets a Kusto cluster principalAssignment.ClusterPrincipalAssignment.refresh()
Refreshes the resource to sync with Azure.ClusterPrincipalAssignment.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<ClusterPrincipalAssignment>
ClusterPrincipalAssignments.getByIdWithResponse
(String id, com.azure.core.util.Context context) Gets a Kusto cluster principalAssignment.com.azure.core.http.rest.Response<ClusterPrincipalAssignment>
ClusterPrincipalAssignments.getWithResponse
(String resourceGroupName, String clusterName, String principalAssignmentName, com.azure.core.util.Context context) Gets a Kusto cluster principalAssignment.com.azure.core.http.rest.PagedIterable<ClusterPrincipalAssignment>
Lists all Kusto cluster principalAssignments.com.azure.core.http.rest.PagedIterable<ClusterPrincipalAssignment>
ClusterPrincipalAssignments.list
(String resourceGroupName, String clusterName, com.azure.core.util.Context context) Lists all Kusto cluster principalAssignments.