Package | Description |
---|---|
com.microsoft.azure.management.compute |
This package contains the classes for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
GalleryImageIdentifier |
GalleryImage.identifier() |
GalleryImageIdentifier |
GalleryImageIdentifier.withOffer(String offer)
Set the name of the gallery Image Definition offer.
|
GalleryImageIdentifier |
GalleryImageIdentifier.withPublisher(String publisher)
Set the name of the gallery Image Definition publisher.
|
GalleryImageIdentifier |
GalleryImageIdentifier.withSku(String sku)
Set the name of the gallery Image Definition SKU.
|
Modifier and Type | Method and Description |
---|---|
GalleryImage.DefinitionStages.WithOsTypeAndState |
GalleryImage.DefinitionStages.WithIdentifier.withIdentifier(GalleryImageIdentifier identifier)
Specifies identifier (publisher, offer and sku) for the image.
|
Copyright © 2019. All rights reserved.