LabAccount.DefinitionStages.WithUniqueIdentifier Interface

public static interface LabAccount.DefinitionStages.WithUniqueIdentifier

The stage of the labaccount definition allowing to specify UniqueIdentifier.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withUniqueIdentifier(String uniqueIdentifier)

Specifies uniqueIdentifier.

Method Details

withUniqueIdentifier

public abstract LabAccount.DefinitionStages.WithCreate withUniqueIdentifier(String uniqueIdentifier)

Specifies uniqueIdentifier.

Parameters:

uniqueIdentifier - The unique immutable identifier of a resource (Guid)

Returns:

the next definition stage

Applies to