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

public static interface GenericResource.UpdateStages.WithPlan

リソース プランを変更できる汎用リソース更新プログラム。

メソッドの概要

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

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

abstract Update withoutPlan()

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

メソッドの詳細

withPlan

public abstract GenericResource.Update withPlan(String name, String publisher, String product, String promotionCode)

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

Parameters:

name - プランの名前
publisher - プランの発行元
product - 製品の名前
promotionCode - プロモーション コード (存在する場合)

Returns:

汎用リソース更新の次のステージ

withoutPlan

public abstract GenericResource.Update withoutPlan()

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

Returns:

汎用リソース更新の次のステージ

適用対象