@Beta(value=V1_15_0)
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.
|
@Beta(value=V1_15_0) GalleryImage.DefinitionStages.WithOsTypeAndState withIdentifier(GalleryImageIdentifier identifier)
identifier - the identifier parameter value@Beta(value=V1_15_0) GalleryImage.DefinitionStages.WithOsTypeAndState withIdentifier(String publisher, String offer, String sku)
publisher - image publisher nameoffer - image offer namesku - image sku nameCopyright © 2019. All rights reserved.