Uses of Class
com.azure.resourcemanager.sql.models.ResourceIdentity
-
Packages that use ResourceIdentity Package Description com.azure.resourcemanager.sql.fluent.models Package containing the inner data models for SqlManagementClient.com.azure.resourcemanager.sql.models 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 ResourceIdentity Modifier and Type Method Description ResourceIdentityManagedInstanceInner. identity()Get the identity property: The Azure Active Directory identity of the managed instance.ResourceIdentityServerInner. 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 ResourceIdentity Modifier and Type Method Description ManagedInstanceInnerManagedInstanceInner. withIdentity(ResourceIdentity identity)Set the identity property: The Azure Active Directory identity of the managed instance.ServerInnerServerInner. withIdentity(ResourceIdentity identity)Set the identity property: The Azure Active Directory identity of the server. -
Uses of ResourceIdentity in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return ResourceIdentity Modifier and Type Method Description ResourceIdentityResourceIdentity. withType(IdentityType type)Set the type property: The identity type.
-