Uses of Class
com.azure.resourcemanager.sql.models.IdentityType
-
Packages that use IdentityType Package Description com.azure.resourcemanager.sql.models Package containing the data models for SqlManagementClient. -
-
Uses of IdentityType in com.azure.resourcemanager.sql.models
Fields in com.azure.resourcemanager.sql.models declared as IdentityType Modifier and Type Field Description static IdentityTypeIdentityType. SYSTEM_ASSIGNEDStatic value SystemAssigned for IdentityType.Methods in com.azure.resourcemanager.sql.models that return IdentityType Modifier and Type Method Description static IdentityTypeIdentityType. fromString(String name)Creates or finds a IdentityType from its string representation.IdentityTypeSqlServer. managedServiceIdentityType()IdentityTypeResourceIdentity. type()Get the type property: The identity type.Methods in com.azure.resourcemanager.sql.models that return types with arguments of type IdentityType Modifier and Type Method Description static Collection<IdentityType>IdentityType. values()Methods in com.azure.resourcemanager.sql.models with parameters of type IdentityType Modifier and Type Method Description ResourceIdentityResourceIdentity. withType(IdentityType type)Set the type property: The identity type.
-