Share via


Application.UpdateStages.WithDisplayName Interface

public static interface Application.UpdateStages.WithDisplayName

The stage of the Application update allowing to specify displayName.

Method Summary

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

Specifies the displayName property: The display name for the application..

Method Details

withDisplayName

public abstract Application.Update withDisplayName(String displayName)

Specifies the displayName property: The display name for the application..

Parameters:

displayName - The display name for the application.

Returns:

the next definition stage.

Applies to