Uses of Class
com.azure.resourcemanager.compute.models.PurchasePlan
-
Packages that use PurchasePlan 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. -
-
Uses of PurchasePlan in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return PurchasePlan Modifier and Type Method Description PurchasePlanVirtualMachineImageInner. plan()Get the plan property: Used for establishing the purchase context of any 3rd Party artifact through MarketPlace.PurchasePlanVirtualMachineImageProperties. plan()Get the plan property: Used for establishing the purchase context of any 3rd Party artifact through MarketPlace.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type PurchasePlan Modifier and Type Method Description VirtualMachineImageInnerVirtualMachineImageInner. withPlan(PurchasePlan plan)Set the plan property: Used for establishing the purchase context of any 3rd Party artifact through MarketPlace.VirtualMachineImagePropertiesVirtualMachineImageProperties. withPlan(PurchasePlan plan)Set the plan property: Used for establishing the purchase context of any 3rd Party artifact through MarketPlace. -
Uses of PurchasePlan in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return PurchasePlan Modifier and Type Method Description PurchasePlanVirtualMachineImage. plan()PurchasePlanPurchasePlan. withName(String name)Set the name property: The plan ID.PurchasePlanPurchasePlan. withProduct(String product)Set the product property: Specifies the product of the image from the marketplace.PurchasePlanPurchasePlan. withPublisher(String publisher)Set the publisher property: The publisher ID.Methods in com.azure.resourcemanager.compute.models with parameters of type PurchasePlan Modifier and Type Method Description VirtualMachine.DefinitionStages.WithCreateVirtualMachine.DefinitionStages.WithPlan. withPlan(PurchasePlan plan)Specifies the purchase plan for the virtual machine.VirtualMachineScaleSet.DefinitionStages.WithCreateVirtualMachineScaleSet.DefinitionStages.WithPlan. withPlan(PurchasePlan plan)Specifies the purchase plan for the virtual machine scale set.VirtualMachine.DefinitionStages.WithCreateVirtualMachine.DefinitionStages.WithPlan. withPromotionalPlan(PurchasePlan plan, String promotionCode)Specifies the purchase plan for the virtual machine.
-