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

public static interface GenericResource.DefinitionStages.WithParentResource

親リソースの指定を許可する汎用リソース定義。

メソッドの概要

修飾子と型 メソッドと説明
abstract WithCreate withParentResourceId(String parentResourceId)

親リソースを指定します。

abstract WithCreate withParentResourcePath(String parentResourcePath)

親リソースの相対パスを指定します。

メソッドの詳細

withParentResourceId

public abstract GenericResource.DefinitionStages.WithCreate withParentResourceId(String parentResourceId)

親リソースを指定します。

Parameters:

parentResourceId - 親リソース ID

Returns:

定義の次のステージ

withParentResourcePath

public abstract GenericResource.DefinitionStages.WithCreate withParentResourcePath(String parentResourcePath)

親リソースの相対パスを指定します。

Parameters:

parentResourcePath - 親リソースの相対パス

Returns:

定義の次のステージ

適用対象