Uses of Class
com.azure.resourcemanager.compute.models.GalleryImageIdentifier
-
Packages that use GalleryImageIdentifier Package Description com.azure.resourcemanager.compute.fluent.models Package containing the inner data models for ComputeManagementClient.com.azure.resourcemanager.compute.models 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 GalleryImageIdentifier Modifier and Type Method Description GalleryImageIdentifierCommunityGalleryImageInner. identifier()Get the identifier property: This is the gallery image definition identifier.GalleryImageIdentifierCommunityGalleryImageProperties. identifier()Get the identifier property: This is the gallery image definition identifier.GalleryImageIdentifierGalleryImageInner. identifier()Get the identifier property: This is the gallery image definition identifier.GalleryImageIdentifierGalleryImageProperties. identifier()Get the identifier property: This is the gallery image definition identifier.GalleryImageIdentifierSharedGalleryImageInner. identifier()Get the identifier property: This is the gallery image definition identifier.GalleryImageIdentifierSharedGalleryImageProperties. identifier()Get the identifier property: This is the gallery image definition identifier.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type GalleryImageIdentifier Modifier and Type Method Description CommunityGalleryImageInnerCommunityGalleryImageInner. withIdentifier(GalleryImageIdentifier identifier)Set the identifier property: This is the gallery image definition identifier.CommunityGalleryImagePropertiesCommunityGalleryImageProperties. withIdentifier(GalleryImageIdentifier identifier)Set the identifier property: This is the gallery image definition identifier.GalleryImageInnerGalleryImageInner. withIdentifier(GalleryImageIdentifier identifier)Set the identifier property: This is the gallery image definition identifier.GalleryImagePropertiesGalleryImageProperties. withIdentifier(GalleryImageIdentifier identifier)Set the identifier property: This is the gallery image definition identifier.SharedGalleryImageInnerSharedGalleryImageInner. withIdentifier(GalleryImageIdentifier identifier)Set the identifier property: This is the gallery image definition identifier.SharedGalleryImagePropertiesSharedGalleryImageProperties. withIdentifier(GalleryImageIdentifier identifier)Set the identifier property: This is the gallery image definition identifier. -
Uses of GalleryImageIdentifier in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return GalleryImageIdentifier Modifier and Type Method Description GalleryImageIdentifierGalleryImage. identifier()GalleryImageIdentifierGalleryImageUpdate. identifier()Get the identifier property: This is the gallery image definition identifier.GalleryImageIdentifierGalleryImageIdentifier. withOffer(String offer)Set the offer property: The name of the gallery image definition offer.GalleryImageIdentifierGalleryImageIdentifier. withPublisher(String publisher)Set the publisher property: The name of the gallery image definition publisher.GalleryImageIdentifierGalleryImageIdentifier. withSku(String sku)Set the sku property: The name of the gallery image definition SKU.Methods in com.azure.resourcemanager.compute.models with parameters of type GalleryImageIdentifier Modifier and Type Method Description GalleryImage.DefinitionStages.WithOsTypeAndStateGalleryImage.DefinitionStages.WithIdentifier. withIdentifier(GalleryImageIdentifier identifier)Specifies identifier (publisher, offer and sku) for the image.GalleryImageUpdateGalleryImageUpdate. withIdentifier(GalleryImageIdentifier identifier)Set the identifier property: This is the gallery image definition identifier.
-