Uses of Class
com.azure.resourcemanager.sql.models.DatabaseIdentity
Packages that use DatabaseIdentity
Package
Description
Package containing the inner data models for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of DatabaseIdentity in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return DatabaseIdentityModifier and TypeMethodDescriptionDatabaseInner.identity()Get the identity property: The Azure Active Directory identity of the database.Methods in com.azure.resourcemanager.sql.fluent.models with parameters of type DatabaseIdentityModifier and TypeMethodDescriptionDatabaseInner.withIdentity(DatabaseIdentity identity) Set the identity property: The Azure Active Directory identity of the database. -
Uses of DatabaseIdentity in com.azure.resourcemanager.sql.models
Classes in com.azure.resourcemanager.sql.models that implement interfaces with type arguments of type DatabaseIdentityModifier and TypeClassDescriptionfinal classAzure Active Directory identity configuration for a resource.Methods in com.azure.resourcemanager.sql.models that return DatabaseIdentityModifier and TypeMethodDescriptionstatic DatabaseIdentityDatabaseIdentity.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DatabaseIdentity from the JsonReader.DatabaseUpdate.identity()Get the identity property: Database identity.DatabaseIdentity.withType(DatabaseIdentityType type) Set the type property: The identity type.DatabaseIdentity.withUserAssignedIdentities(Map<String, DatabaseUserIdentity> userAssignedIdentities) Set the userAssignedIdentities property: The resource ids of the user assigned identities to use.Methods in com.azure.resourcemanager.sql.models with parameters of type DatabaseIdentityModifier and TypeMethodDescriptionDatabaseUpdate.withIdentity(DatabaseIdentity identity) Set the identity property: Database identity.