Uses of Class
com.azure.resourcemanager.sql.models.IdentityType
Packages that use IdentityType
Package
Description
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 IdentityTypeModifier and TypeFieldDescriptionstatic final IdentityTypeIdentityType.NONEStatic value None for IdentityType.static final IdentityTypeIdentityType.SYSTEM_ASSIGNEDStatic value SystemAssigned for IdentityType.static final IdentityTypeIdentityType.SYSTEM_ASSIGNED_USER_ASSIGNEDStatic value SystemAssigned,UserAssigned for IdentityType.static final IdentityTypeIdentityType.USER_ASSIGNEDStatic value UserAssigned for IdentityType.Methods in com.azure.resourcemanager.sql.models that return IdentityTypeModifier and TypeMethodDescriptionstatic IdentityTypeIdentityType.fromString(String name) Creates or finds a IdentityType from its string representation.SqlServer.managedServiceIdentityType()ResourceIdentity.type()Get the type property: The identity type.Methods in com.azure.resourcemanager.sql.models that return types with arguments of type IdentityTypeModifier and TypeMethodDescriptionstatic Collection<IdentityType>IdentityType.values()Gets known IdentityType values.Methods in com.azure.resourcemanager.sql.models with parameters of type IdentityTypeModifier and TypeMethodDescriptionResourceIdentity.withType(IdentityType type) Set the type property: The identity type.