Uses of Class
com.azure.resourcemanager.sql.models.PrincipalType
Packages that use PrincipalType
Package
Description
Package containing the data models for SqlManagementClient.
-
Uses of PrincipalType in com.azure.resourcemanager.sql.models
Fields in com.azure.resourcemanager.sql.models declared as PrincipalTypeModifier and TypeFieldDescriptionstatic final PrincipalTypePrincipalType.APPLICATIONStatic value Application for PrincipalType.static final PrincipalTypePrincipalType.GROUPStatic value Group for PrincipalType.static final PrincipalTypePrincipalType.USERStatic value User for PrincipalType.Methods in com.azure.resourcemanager.sql.models that return PrincipalTypeModifier and TypeMethodDescriptionstatic PrincipalTypePrincipalType.fromString(String name) Creates or finds a PrincipalType from its string representation.ManagedInstanceExternalAdministrator.principalType()Get the principalType property: Principal Type of the sever administrator.ServerExternalAdministrator.principalType()Get the principalType property: Principal Type of the sever administrator.Methods in com.azure.resourcemanager.sql.models that return types with arguments of type PrincipalTypeModifier and TypeMethodDescriptionstatic Collection<PrincipalType> PrincipalType.values()Gets known PrincipalType values.Methods in com.azure.resourcemanager.sql.models with parameters of type PrincipalTypeModifier and TypeMethodDescriptionManagedInstanceExternalAdministrator.withPrincipalType(PrincipalType principalType) Set the principalType property: Principal Type of the sever administrator.ServerExternalAdministrator.withPrincipalType(PrincipalType principalType) Set the principalType property: Principal Type of the sever administrator.