Uses of Class
com.azure.resourcemanager.sql.models.ServicePrincipalType
Packages that use ServicePrincipalType
Package
Description
Package containing the data models for SqlManagementClient.
-
Uses of ServicePrincipalType in com.azure.resourcemanager.sql.models
Fields in com.azure.resourcemanager.sql.models declared as ServicePrincipalTypeModifier and TypeFieldDescriptionstatic final ServicePrincipalTypeServicePrincipalType.NONEStatic value None for ServicePrincipalType.static final ServicePrincipalTypeServicePrincipalType.SYSTEM_ASSIGNEDStatic value SystemAssigned for ServicePrincipalType.Methods in com.azure.resourcemanager.sql.models that return ServicePrincipalTypeModifier and TypeMethodDescriptionstatic ServicePrincipalTypeServicePrincipalType.fromString(String name) Creates or finds a ServicePrincipalType from its string representation.ServicePrincipal.type()Get the type property: Service principal type.Methods in com.azure.resourcemanager.sql.models that return types with arguments of type ServicePrincipalTypeModifier and TypeMethodDescriptionstatic Collection<ServicePrincipalType> ServicePrincipalType.values()Gets known ServicePrincipalType values.Methods in com.azure.resourcemanager.sql.models with parameters of type ServicePrincipalTypeModifier and TypeMethodDescriptionServicePrincipal.withType(ServicePrincipalType type) Set the type property: Service principal type.