public static interface GalleryImage.DefinitionStages.WithIdentifier
| Modifier and Type | Method and Description |
|---|---|
GalleryImage.DefinitionStages.WithOsTypeAndState |
withIdentifier(GalleryImageIdentifier identifier)
Specifies identifier (publisher, offer and sku) for the image.
|
GalleryImage.DefinitionStages.WithOsTypeAndState |
withIdentifier(String publisher,
String offer,
String sku)
Specifies an identifier (publisher, offer and sku) for the image.
|
GalleryImage.DefinitionStages.WithOsTypeAndState withIdentifier(GalleryImageIdentifier identifier)
identifier - the identifier parameter valueGalleryImage.DefinitionStages.WithOsTypeAndState withIdentifier(String publisher, String offer, String sku)
publisher - image publisher nameoffer - image offer namesku - image sku nameCopyright © 2020 Microsoft Corporation. All rights reserved.