次の方法で共有


Client.DefinitionStages.WithDescription Interface

public static interface Client.DefinitionStages.WithDescription

The stage of the Client definition allowing to specify description.

Method Summary

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

Specifies the description property: Description for the Client resource..

Method Details

withDescription

public abstract Client.DefinitionStages.WithCreate withDescription(String description)

Specifies the description property: Description for the Client resource..

Parameters:

description - Description for the Client resource.

Returns:

the next definition stage.

Applies to