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.
|
Modifier and Type | Method and Description |
---|---|
ImagePurchasePlan |
GalleryImageInner.purchasePlan()
Get the purchasePlan property: Describes the gallery Image Definition purchase plan.
|
Modifier and Type | Method and Description |
---|---|
GalleryImageInner |
GalleryImageInner.withPurchasePlan(ImagePurchasePlan purchasePlan)
Set the purchasePlan property: Describes the gallery Image Definition purchase plan.
|
Modifier and Type | Method and Description |
---|---|
ImagePurchasePlan |
GalleryImage.purchasePlan() |
ImagePurchasePlan |
GalleryImageUpdate.purchasePlan()
Get the purchasePlan property: Describes the gallery Image Definition purchase plan.
|
ImagePurchasePlan |
ImagePurchasePlan.withName(String name)
Set the name property: The plan ID.
|
ImagePurchasePlan |
ImagePurchasePlan.withProduct(String product)
Set the product property: The product ID.
|
ImagePurchasePlan |
ImagePurchasePlan.withPublisher(String publisher)
Set the publisher property: The publisher ID.
|
Modifier and Type | Method and Description |
---|---|
GalleryImage.DefinitionStages.WithCreate |
GalleryImage.DefinitionStages.WithPurchasePlan.withPurchasePlan(ImagePurchasePlan purchasePlan)
Specifies purchase plan for this image.
|
GalleryImageUpdate |
GalleryImageUpdate.withPurchasePlan(ImagePurchasePlan purchasePlan)
Set the purchasePlan property: Describes the gallery Image Definition purchase plan.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.