Uses of Class
com.azure.resourcemanager.astro.models.ManagedServiceIdentity
Packages that use ManagedServiceIdentity
Package
Description
Package containing the inner data models for AstroMgmtClient.
Package containing the data models for AstroMgmtClient.
-
Uses of ManagedServiceIdentity in com.azure.resourcemanager.astro.fluent.models
Methods in com.azure.resourcemanager.astro.fluent.models that return ManagedServiceIdentityModifier and TypeMethodDescriptionOrganizationResourceInner.identity()Get the identity property: The managed service identities assigned to this resource.Methods in com.azure.resourcemanager.astro.fluent.models with parameters of type ManagedServiceIdentityModifier and TypeMethodDescriptionOrganizationResourceInner.withIdentity(ManagedServiceIdentity identity) Set the identity property: The managed service identities assigned to this resource. -
Uses of ManagedServiceIdentity in com.azure.resourcemanager.astro.models
Methods in com.azure.resourcemanager.astro.models that return ManagedServiceIdentityModifier and TypeMethodDescriptionstatic ManagedServiceIdentityManagedServiceIdentity.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedServiceIdentity from the JsonReader.OrganizationResource.identity()Gets the identity property: The managed service identities assigned to this resource.OrganizationResourceUpdate.identity()Get the identity property: The managed service identities assigned to this resource.ManagedServiceIdentity.withType(ManagedServiceIdentityType type) Set the type property: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).ManagedServiceIdentity.withUserAssignedIdentities(Map<String, UserAssignedIdentity> userAssignedIdentities) Set the userAssignedIdentities property: The set of user assigned identities associated with the resource.Methods in com.azure.resourcemanager.astro.models with parameters of type ManagedServiceIdentityModifier and TypeMethodDescriptionOrganizationResource.DefinitionStages.WithIdentity.withIdentity(ManagedServiceIdentity identity) Specifies the identity property: The managed service identities assigned to this resource..OrganizationResource.UpdateStages.WithIdentity.withIdentity(ManagedServiceIdentity identity) Specifies the identity property: The managed service identities assigned to this resource..OrganizationResourceUpdate.withIdentity(ManagedServiceIdentity identity) Set the identity property: The managed service identities assigned to this resource.