次の方法で共有


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

public static interface GenericResource.DefinitionStages.WithPlan

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

メソッドの概要

修飾子と型 メソッドと説明
abstract WithCreate withPlan(String name, String publisher, String product, String promotionCode)

リソースのプランを指定します。

abstract WithCreate 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:

定義の次のステージ

適用対象