ApplicationDefinition.DefinitionStages.WithDisplayName Interface

public static interface ApplicationDefinition.DefinitionStages.WithDisplayName

The stage of the ApplicationDefinition definition allowing to specify displayName.

Method Summary

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

Specifies the displayName property: The managed application definition display name..

Method Details

withDisplayName

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

Specifies the displayName property: The managed application definition display name..

Parameters:

displayName - The managed application definition display name.

Returns:

the next definition stage.

Applies to