Interface GitHubRepo.DefinitionStages.WithParentResource

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

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

    • withExistingOwner

      GitHubRepo.DefinitionStages.WithCreate withExistingOwner(String resourceGroupName, String gitHubConnectorName, String gitHubOwnerName)
      Specifies resourceGroupName, gitHubConnectorName, gitHubOwnerName.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      gitHubConnectorName - Name of the GitHub Connector.
      gitHubOwnerName - Name of the GitHub Owner.
      Returns:
      the next definition stage.