GenericResource.DefinitionStages.WithCreate インターフェイス

実装

public static interface GenericResource.DefinitionStages.WithCreate
extends WithParentResource, WithApiVersion, Creatable<GenericResource>, DefinitionWithTags<WithCreate>

クラウドに新しいリソースを作成するのに十分な入力を含むデプロイ定義。ただし、指定する追加の省略可能な入力が公開されます。

メソッドの概要

修飾子と型 メソッドと説明
abstract WithCreate withProperties(Object properties)

その他のプロパティを指定します。

メソッドの詳細

withProperties

public abstract GenericResource.DefinitionStages.WithCreate withProperties(Object properties)

その他のプロパティを指定します。

Parameters:

properties - properties オブジェクト

Returns:

汎用リソース定義の次のステージ

適用対象