Interface VirtualMachine.DefinitionStages.WithGuestAgentProfile

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

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

    • withGuestAgentProfile

      VirtualMachine.DefinitionStages.WithCreate withGuestAgentProfile(GuestAgentProfile guestAgentProfile)
      Specifies the guestAgentProfile property: Guest agent status properties..
      Parameters:
      guestAgentProfile - Guest agent status properties.
      Returns:
      the next definition stage.