Uses of Interface
com.azure.resourcemanager.compute.models.GalleryImage.DefinitionStages.WithOsTypeAndState
-
Packages that use GalleryImage.DefinitionStages.WithOsTypeAndState Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of GalleryImage.DefinitionStages.WithOsTypeAndState in com.azure.resourcemanager.compute.models
Subinterfaces of GalleryImage.DefinitionStages.WithOsTypeAndState in com.azure.resourcemanager.compute.models Modifier and Type Interface Description static interfaceGalleryImage.DefinitionThe entirety of the gallery image definition.Methods in com.azure.resourcemanager.compute.models that return GalleryImage.DefinitionStages.WithOsTypeAndState Modifier and Type Method Description GalleryImage.DefinitionStages.WithOsTypeAndStateGalleryImage.DefinitionStages.WithIdentifier. withIdentifier(GalleryImageIdentifier identifier)Specifies identifier (publisher, offer and sku) for the image.GalleryImage.DefinitionStages.WithOsTypeAndStateGalleryImage.DefinitionStages.WithIdentifier. withIdentifier(String publisher, String offer, String sku)Specifies an identifier (publisher, offer and sku) for the image.
-