Uses of Class
com.azure.resourcemanager.kusto.models.ClusterPrincipalRole
Package
Description
Package containing the inner data models for KustoManagementClient.
Package containing the data models for KustoManagementClient.
-
Uses of ClusterPrincipalRole in com.azure.resourcemanager.kusto.fluent.models
Modifier and TypeMethodDescriptionClusterPrincipalAssignmentInner.role()
Get the role property: Cluster principal role.ClusterPrincipalProperties.role()
Get the role property: Cluster principal role.Modifier and TypeMethodDescriptionClusterPrincipalAssignmentInner.withRole
(ClusterPrincipalRole role) Set the role property: Cluster principal role.ClusterPrincipalProperties.withRole
(ClusterPrincipalRole role) Set the role property: Cluster principal role. -
Uses of ClusterPrincipalRole in com.azure.resourcemanager.kusto.models
Modifier and TypeFieldDescriptionstatic final ClusterPrincipalRole
ClusterPrincipalRole.ALL_DATABASES_ADMIN
Static value AllDatabasesAdmin for ClusterPrincipalRole.static final ClusterPrincipalRole
ClusterPrincipalRole.ALL_DATABASES_VIEWER
Static value AllDatabasesViewer for ClusterPrincipalRole.Modifier and TypeMethodDescriptionstatic ClusterPrincipalRole
ClusterPrincipalRole.fromString
(String name) Creates or finds a ClusterPrincipalRole from its string representation.ClusterPrincipalAssignment.role()
Gets the role property: Cluster principal role.Modifier and TypeMethodDescriptionstatic Collection<ClusterPrincipalRole>
ClusterPrincipalRole.values()
Gets known ClusterPrincipalRole values.Modifier and TypeMethodDescriptionClusterPrincipalAssignment.DefinitionStages.WithRole.withRole
(ClusterPrincipalRole role) Specifies the role property: Cluster principal role..ClusterPrincipalAssignment.UpdateStages.WithRole.withRole
(ClusterPrincipalRole role) Specifies the role property: Cluster principal role..