Uses of Class
com.microsoft.azure.management.compute.GalleryImageIdentifier
Packages that use GalleryImageIdentifier
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of GalleryImageIdentifier in com.microsoft.azure.management.compute
Methods in com.microsoft.azure.management.compute that return GalleryImageIdentifierModifier and TypeMethodDescriptionGalleryImage.identifier()
GalleryImageUpdate.identifier()
Get the identifier value.Set the name of the gallery Image Definition offer.GalleryImageIdentifier.withPublisher
(String publisher) Set the name of the gallery Image Definition publisher.Set the name of the gallery Image Definition SKU.Methods in com.microsoft.azure.management.compute 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 value.