EnvironmentSetting.DefinitionStages.WithUniqueIdentifier Interface

public static interface EnvironmentSetting.DefinitionStages.WithUniqueIdentifier

The stage of the environmentsetting 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 EnvironmentSetting.DefinitionStages.WithCreate withUniqueIdentifier(String uniqueIdentifier)

Specifies uniqueIdentifier.

Parameters:

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

Returns:

the next definition stage

Applies to