Interface ConnectionType.DefinitionStages.WithParentResource

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

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

    • withExistingAutomationAccount

      ConnectionType.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.