Uses of Class
com.azure.resourcemanager.compute.models.GalleryIdentity
Packages that use GalleryIdentity
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of GalleryIdentity in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return GalleryIdentityModifier and TypeMethodDescriptionGalleryInner.identity()Get the identity property: The identity of the gallery, if configured.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type GalleryIdentityModifier and TypeMethodDescriptionGalleryInner.withIdentity(GalleryIdentity identity) Set the identity property: The identity of the gallery, if configured. -
Uses of GalleryIdentity in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return GalleryIdentityModifier and TypeMethodDescriptionstatic GalleryIdentityGalleryIdentity.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of GalleryIdentity from the JsonReader.GalleryUpdate.identity()Get the identity property: The identity of the gallery, if configured.GalleryIdentity.withType(ResourceIdentityType type) Set the type property: The type of identity used for the gallery.GalleryIdentity.withUserAssignedIdentities(Map<String, VirtualMachineIdentityUserAssignedIdentities> userAssignedIdentities) Set the userAssignedIdentities property: The list of user identities associated with the gallery.Methods in com.azure.resourcemanager.compute.models with parameters of type GalleryIdentityModifier and TypeMethodDescriptionGalleryUpdate.withIdentity(GalleryIdentity identity) Set the identity property: The identity of the gallery, if configured.