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 |
---|---|
Plan |
VirtualMachineScaleSetVMInner.plan()
Get the plan property: Specifies information about the marketplace image used to create the virtual machine.
|
Plan |
VirtualMachineScaleSetInner.plan()
Get the plan property: Specifies information about the marketplace image used to create the virtual machine.
|
Plan |
VirtualMachineUpdateInner.plan()
Get the plan property: Specifies information about the marketplace image used to create the virtual machine.
|
Plan |
VirtualMachineInner.plan()
Get the plan property: Specifies information about the marketplace image used to create the virtual machine.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSetVMInner |
VirtualMachineScaleSetVMInner.withPlan(Plan plan)
Set the plan property: Specifies information about the marketplace image used to create the virtual machine.
|
VirtualMachineScaleSetInner |
VirtualMachineScaleSetInner.withPlan(Plan plan)
Set the plan property: Specifies information about the marketplace image used to create the virtual machine.
|
VirtualMachineUpdateInner |
VirtualMachineUpdateInner.withPlan(Plan plan)
Set the plan property: Specifies information about the marketplace image used to create the virtual machine.
|
VirtualMachineInner |
VirtualMachineInner.withPlan(Plan plan)
Set the plan property: Specifies information about the marketplace image used to create the virtual machine.
|
Modifier and Type | Method and Description |
---|---|
Plan |
VirtualMachine.plan() |
Plan |
VirtualMachineScaleSetUpdate.plan()
Get the plan property: The purchase plan when deploying a virtual machine scale set from VM Marketplace images.
|
Plan |
Plan.withName(String name)
Set the name property: The plan ID.
|
Plan |
Plan.withProduct(String product)
Set the product property: Specifies the product of the image from the marketplace.
|
Plan |
Plan.withPromotionCode(String promotionCode)
Set the promotionCode property: The promotion code.
|
Plan |
Plan.withPublisher(String publisher)
Set the publisher property: The publisher ID.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSetUpdate |
VirtualMachineScaleSetUpdate.withPlan(Plan plan)
Set the plan property: The purchase plan when deploying a virtual machine scale set from VM Marketplace images.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.