Interface CustomImage.DefinitionStages.WithParentResource

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

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

    • withExistingLab

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