LabAccount.UpdateStages.WithUniqueIdentifier Interface

public static interface LabAccount.UpdateStages.WithUniqueIdentifier

The stage of the labaccount update allowing to specify UniqueIdentifier.

Method Summary

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

Specifies uniqueIdentifier.

Method Details

withUniqueIdentifier

public abstract LabAccount.Update withUniqueIdentifier(String uniqueIdentifier)

Specifies uniqueIdentifier.

Parameters:

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

Returns:

the next update stage

Applies to