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

    • withExistingMachine

      MachineExtension.DefinitionStages.WithCreate withExistingMachine(String resourceGroupName, String machineName)
      Specifies resourceGroupName, machineName.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      machineName - The name of the machine where the extension should be created or updated.
      Returns:
      the next definition stage.