Interface MachineExtension.DefinitionStages.WithParentResource

All Known Subinterfaces:
MachineExtension.Definition
Enclosing interface:
MachineExtension.DefinitionStages

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

    • withExistingVirtualMachine

      MachineExtension.DefinitionStages.WithCreate withExistingVirtualMachine(String resourceGroupName, String name)
      Specifies resourceGroupName, name.
      Parameters:
      resourceGroupName - The Resource Group Name.
      name - The name of the machine where the extension should be created or updated.
      Returns:
      the next definition stage.