Interface GuestAgent.DefinitionStages.WithParentResource

All Known Subinterfaces:
GuestAgent.Definition, GuestAgent.DefinitionStages.Blank
Enclosing interface:
GuestAgent.DefinitionStages

public static interface GuestAgent.DefinitionStages.WithParentResource
The stage of the GuestAgent definition allowing to specify parent resource.
  • Method Details

    • withExistingVirtualMachine

      GuestAgent.DefinitionStages.WithCreate withExistingVirtualMachine(String resourceGroupName, String virtualMachineName)
      Specifies resourceGroupName, virtualMachineName.
      Parameters:
      resourceGroupName - The Resource Group Name.
      virtualMachineName - Name of the vm.
      Returns:
      the next definition stage.