Interface Variable.DefinitionStages.WithParentResource

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

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

    • withExistingAutomationAccount

      Variable.DefinitionStages.WithName withExistingAutomationAccount(String resourceGroupName, String automationAccountName)
      Specifies resourceGroupName, automationAccountName.
      Parameters:
      resourceGroupName - Name of an Azure Resource group.
      automationAccountName - The name of the automation account.
      Returns:
      the next definition stage.