Share via


Pool.DefinitionStages.WithDisplayName Interface

public static interface Pool.DefinitionStages.WithDisplayName

The stage of the Pool definition allowing to specify displayName.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withDisplayName(String displayName)

Specifies the displayName property: The display name need not be unique and can contain any Unicode characters up to a maximum length of 1024..

Method Details

withDisplayName

public abstract Pool.DefinitionStages.WithCreate withDisplayName(String displayName)

Specifies the displayName property: The display name need not be unique and can contain any Unicode characters up to a maximum length of 1024..

Parameters:

displayName - The display name need not be unique and can contain any Unicode characters up to a maximum length of 1024.

Returns:

the next definition stage.

Applies to