User.DefinitionStages.WithLab Interface

public static interface User.DefinitionStages.WithLab

The stage of the user definition allowing to specify Lab.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withExistingLab(String resourceGroupName, String labAccountName, String labName)

Specifies resourceGroupName, labAccountName, labName.

Method Details

withExistingLab

public abstract User.DefinitionStages.WithCreate withExistingLab(String resourceGroupName, String labAccountName, String labName)

Specifies resourceGroupName, labAccountName, labName.

Parameters:

resourceGroupName - The name of the resource group
labAccountName - The name of the lab Account
labName - The name of the lab

Returns:

the next definition stage

Applies to