Interface Credential.DefinitionStages.WithParentResource

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

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

    • withExistingAutomationAccount

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