Uses of Class
com.azure.resourcemanager.authorization.models.PrincipalType
-
Packages that use PrincipalType Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient.com.azure.resourcemanager.authorization.models Package containing the data models for AuthorizationManagementClient. -
-
Uses of PrincipalType in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return PrincipalType Modifier and Type Method Description PrincipalTypeRoleAssignmentInner. principalType()Get the principalType property: The principal type of the assigned principal ID.PrincipalTypeRoleAssignmentProperties. principalType()Get the principalType property: The principal type of the assigned principal ID.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type PrincipalType Modifier and Type Method Description RoleAssignmentInnerRoleAssignmentInner. withPrincipalType(PrincipalType principalType)Set the principalType property: The principal type of the assigned principal ID.RoleAssignmentPropertiesRoleAssignmentProperties. withPrincipalType(PrincipalType principalType)Set the principalType property: The principal type of the assigned principal ID. -
Uses of PrincipalType in com.azure.resourcemanager.authorization.models
Fields in com.azure.resourcemanager.authorization.models declared as PrincipalType Modifier and Type Field Description static PrincipalTypePrincipalType. FOREIGN_GROUPStatic value ForeignGroup for PrincipalType.static PrincipalTypePrincipalType. GROUPStatic value Group for PrincipalType.static PrincipalTypePrincipalType. SERVICE_PRINCIPALStatic value ServicePrincipal for PrincipalType.static PrincipalTypePrincipalType. USERStatic value User for PrincipalType.Methods in com.azure.resourcemanager.authorization.models that return PrincipalType Modifier and Type Method Description static PrincipalTypePrincipalType. fromString(String name)Creates or finds a PrincipalType from its string representation.PrincipalTypeRoleAssignmentCreateParameters. principalType()Get the principalType property: The principal type of the assigned principal ID.Methods in com.azure.resourcemanager.authorization.models that return types with arguments of type PrincipalType Modifier and Type Method Description static Collection<PrincipalType>PrincipalType. values()Methods in com.azure.resourcemanager.authorization.models with parameters of type PrincipalType Modifier and Type Method Description RoleAssignmentCreateParametersRoleAssignmentCreateParameters. withPrincipalType(PrincipalType principalType)Set the principalType property: The principal type of the assigned principal ID.
-