Uses of Class
com.azure.resourcemanager.compute.models.Plan
-
Packages that use Plan 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 Plan in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return Plan Modifier and Type Method Description PlanVirtualMachineInner. plan()Get the plan property: Specifies information about the marketplace image used to create the virtual machine.PlanVirtualMachineScaleSetInner. plan()Get the plan property: Specifies information about the marketplace image used to create the virtual machine.PlanVirtualMachineScaleSetVMInner. plan()Get the plan property: Specifies information about the marketplace image used to create the virtual machine.PlanVirtualMachineUpdateInner. plan()Get the plan property: Specifies information about the marketplace image used to create the virtual machine.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type Plan Modifier and Type Method Description VirtualMachineInnerVirtualMachineInner. withPlan(Plan plan)Set the plan property: Specifies information about the marketplace image used to create the virtual machine.VirtualMachineScaleSetInnerVirtualMachineScaleSetInner. withPlan(Plan plan)Set the plan property: Specifies information about the marketplace image used to create the virtual machine.VirtualMachineScaleSetVMInnerVirtualMachineScaleSetVMInner. withPlan(Plan plan)Set the plan property: Specifies information about the marketplace image used to create the virtual machine.VirtualMachineUpdateInnerVirtualMachineUpdateInner. withPlan(Plan plan)Set the plan property: Specifies information about the marketplace image used to create the virtual machine. -
Uses of Plan in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return Plan Modifier and Type Method Description PlanVirtualMachine. plan()PlanVirtualMachineScaleSet. plan()PlanVirtualMachineScaleSetUpdate. plan()Get the plan property: The purchase plan when deploying a virtual machine scale set from VM Marketplace images.PlanPlan. withName(String name)Set the name property: The plan ID.PlanPlan. withProduct(String product)Set the product property: Specifies the product of the image from the marketplace.PlanPlan. withPromotionCode(String promotionCode)Set the promotionCode property: The promotion code.PlanPlan. withPublisher(String publisher)Set the publisher property: The publisher ID.Methods in com.azure.resourcemanager.compute.models with parameters of type Plan Modifier and Type Method Description VirtualMachineScaleSetUpdateVirtualMachineScaleSetUpdate. withPlan(Plan plan)Set the plan property: The purchase plan when deploying a virtual machine scale set from VM Marketplace images.
-