Interface DtlEnvironment.DefinitionStages.WithParentResource

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

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

    • withExistingUser

      DtlEnvironment.DefinitionStages.WithCreate withExistingUser(String resourceGroupName, String labName, String username)
      Specifies resourceGroupName, labName, username.
      Parameters:
      resourceGroupName - The name of the resource group.
      labName - The name of the lab.
      username - The name of the user profile.
      Returns:
      the next definition stage.