Interface ArtifactSource.DefinitionStages.WithParentResource

All Known Subinterfaces:
ArtifactSource.Definition
Enclosing interface:
ArtifactSource.DefinitionStages

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

    • withExistingLab

      ArtifactSource.DefinitionStages.WithCreate withExistingLab(String resourceGroupName, String labName)
      Specifies resourceGroupName, labName.
      Parameters:
      resourceGroupName - The name of the resource group.
      labName - The name of the lab.
      Returns:
      the next definition stage.