Uses of Class
com.azure.resourcemanager.compute.models.GalleryImageIdentifier
Packages that use GalleryImageIdentifier
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of GalleryImageIdentifier in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return GalleryImageIdentifierModifier and TypeMethodDescriptionGalleryImageInner.identifier()Get the identifier property: This is the gallery image definition identifier.GalleryImageProperties.identifier()Get the identifier property: This is the gallery image definition identifier.SharedGalleryImageInner.identifier()Get the identifier property: This is the gallery image definition identifier.SharedGalleryImageProperties.identifier()Get the identifier property: This is the gallery image definition identifier.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type GalleryImageIdentifierModifier and TypeMethodDescriptionGalleryImageInner.withIdentifier(GalleryImageIdentifier identifier) Set the identifier property: This is the gallery image definition identifier.GalleryImageProperties.withIdentifier(GalleryImageIdentifier identifier) Set the identifier property: This is the gallery image definition identifier.SharedGalleryImageInner.withIdentifier(GalleryImageIdentifier identifier) Set the identifier property: This is the gallery image definition identifier.SharedGalleryImageProperties.withIdentifier(GalleryImageIdentifier identifier) Set the identifier property: This is the gallery image definition identifier. -
Uses of GalleryImageIdentifier in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type GalleryImageIdentifierModifier and TypeClassDescriptionfinal classThis is the gallery image definition identifier.Methods in com.azure.resourcemanager.compute.models that return GalleryImageIdentifierModifier and TypeMethodDescriptionstatic GalleryImageIdentifierGalleryImageIdentifier.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of GalleryImageIdentifier from the JsonReader.GalleryImage.identifier()Gets an identifier describing publisher, offer and sku of the image.GalleryImageUpdate.identifier()Get the identifier property: This is the gallery image definition identifier.Set the offer property: The name of the gallery image definition offer.GalleryImageIdentifier.withPublisher(String publisher) Set the publisher property: The name of the gallery image definition publisher.Set the sku property: The name of the gallery image definition SKU.Methods in com.azure.resourcemanager.compute.models with parameters of type GalleryImageIdentifierModifier and TypeMethodDescriptionGalleryImage.DefinitionStages.WithIdentifier.withIdentifier(GalleryImageIdentifier identifier) Specifies identifier (publisher, offer and sku) for the image.GalleryImageUpdate.withIdentifier(GalleryImageIdentifier identifier) Set the identifier property: This is the gallery image definition identifier.