GenericResource.DefinitionStages.WithPlan インターフェイス
public static interface GenericResource.DefinitionStages.WithPlan
プランの指定を許可する汎用リソース定義。
メソッドの概要
修飾子と型 | メソッドと説明 |
---|---|
abstract
With |
withPlan(String name, String publisher, String product, String promotionCode)
リソースのプランを指定します。 |
abstract
With |
withoutPlan()
リソースのプランを指定します。 |
メソッドの詳細
withPlan
public abstract GenericResource.DefinitionStages.WithCreate withPlan(String name, String publisher, String product, String promotionCode)
リソースのプランを指定します。 プランは、サード パーティのリソースに対してのみ設定できます。
Parameters:
name
- プランの名前
publisher
- プランの発行元
product
- 製品の名前
promotionCode
- プロモーション コード (存在する場合)
Returns:
定義の次のステージ
withoutPlan
public abstract GenericResource.DefinitionStages.WithCreate withoutPlan()
リソースのプランを指定します。
Returns:
定義の次のステージ
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Java