Interface SourceControlSyncJob.DefinitionStages.WithParentResource

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

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

    • withExistingSourceControl

      SourceControlSyncJob.DefinitionStages.WithCommitId withExistingSourceControl(String resourceGroupName, String automationAccountName, String sourceControlName)
      Specifies resourceGroupName, automationAccountName, sourceControlName.
      Parameters:
      resourceGroupName - Name of an Azure Resource group.
      automationAccountName - The name of the automation account.
      sourceControlName - The source control name.
      Returns:
      the next definition stage.