GenericResource.DefinitionStages.WithParentResource インターフェイス
public static interface GenericResource.DefinitionStages.WithParentResource
親リソースの指定を許可する汎用リソース定義。
メソッドの概要
修飾子と型 | メソッドと説明 |
---|---|
abstract
With |
withParentResourceId(String parentResourceId)
親リソースを指定します。 |
abstract
With |
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:
定義の次のステージ
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Java