Interface VirtualMachine.DefinitionStages.WithResourcePoolId

All Known Subinterfaces:
VirtualMachine.Definition, VirtualMachine.DefinitionStages.WithCreate
Enclosing interface:
VirtualMachine.DefinitionStages

public static interface VirtualMachine.DefinitionStages.WithResourcePoolId
The stage of the VirtualMachine definition allowing to specify resourcePoolId.
  • Method Details

    • withResourcePoolId

      VirtualMachine.DefinitionStages.WithCreate withResourcePoolId(String resourcePoolId)
      Specifies the resourcePoolId property: Gets or sets the ARM Id of the resourcePool resource on which this virtual machine will deploy..
      Parameters:
      resourcePoolId - Gets or sets the ARM Id of the resourcePool resource on which this virtual machine will deploy.
      Returns:
      the next definition stage.