Uses of Class
com.azure.resourcemanager.sql.models.ResourceIdentity
Packages that use ResourceIdentity
Package
Description
Package containing the inner data models for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of ResourceIdentity in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return ResourceIdentityModifier and TypeMethodDescriptionManagedInstanceInner.identity()Get the identity property: The Azure Active Directory identity of the managed instance.ServerInner.identity()Get the identity property: The Azure Active Directory identity of the server.Methods in com.azure.resourcemanager.sql.fluent.models with parameters of type ResourceIdentityModifier and TypeMethodDescriptionManagedInstanceInner.withIdentity(ResourceIdentity identity) Set the identity property: The Azure Active Directory identity of the managed instance.ServerInner.withIdentity(ResourceIdentity identity) Set the identity property: The Azure Active Directory identity of the server. -
Uses of ResourceIdentity in com.azure.resourcemanager.sql.models
Classes in com.azure.resourcemanager.sql.models that implement interfaces with type arguments of type ResourceIdentityModifier and TypeClassDescriptionfinal classAzure Active Directory identity configuration for a resource.Methods in com.azure.resourcemanager.sql.models that return ResourceIdentityModifier and TypeMethodDescriptionstatic ResourceIdentityResourceIdentity.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ResourceIdentity from the JsonReader.ManagedInstanceUpdate.identity()Get the identity property: Managed instance identity.ServerUpdate.identity()Get the identity property: Server identity.ResourceIdentity.withType(IdentityType type) Set the type property: The identity type.ResourceIdentity.withUserAssignedIdentities(Map<String, UserIdentity> 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 ResourceIdentityModifier and TypeMethodDescriptionManagedInstanceUpdate.withIdentity(ResourceIdentity identity) Set the identity property: Managed instance identity.ServerUpdate.withIdentity(ResourceIdentity identity) Set the identity property: Server identity.