ApplicationGroup.UpdateStages.WithDescription Interface

public static interface ApplicationGroup.UpdateStages.WithDescription

The stage of the ApplicationGroup update allowing to specify description.

Method Summary

Modifier and Type Method and Description
abstract Update withDescription(String description)

Specifies the description property: Description of ApplicationGroup..

Method Details

withDescription

public abstract ApplicationGroup.Update withDescription(String description)

Specifies the description property: Description of ApplicationGroup..

Parameters:

description - Description of ApplicationGroup.

Returns:

the next definition stage.

Applies to