GenericResource.DefinitionStages.WithCreate インターフェイス
実装
public static interface GenericResource.DefinitionStages.WithCreate
extends WithParentResource, WithApiVersion, Creatable<GenericResource>, DefinitionWithTags<WithCreate>
クラウドに新しいリソースを作成するのに十分な入力を含むデプロイ定義。ただし、指定する追加の省略可能な入力が公開されます。
メソッドの概要
修飾子と型 | メソッドと説明 |
---|---|
abstract
With |
withProperties(Object properties)
その他のプロパティを指定します。 |
メソッドの詳細
withProperties
public abstract GenericResource.DefinitionStages.WithCreate withProperties(Object properties)
その他のプロパティを指定します。
Parameters:
properties
- properties オブジェクト
Returns:
汎用リソース定義の次のステージ
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Java