次の方法で共有


IWithPlan.WithPlan(String, String, String, String) メソッド

定義

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

public Microsoft.Azure.Management.ResourceManager.Fluent.GenericResource.Update.IUpdate WithPlan (string name, string publisher, string product, string promotionCode);
abstract member WithPlan : string * string * string * string -> Microsoft.Azure.Management.ResourceManager.Fluent.GenericResource.Update.IUpdate
Public Function WithPlan (name As String, publisher As String, product As String, promotionCode As String) As IUpdate

パラメーター

name
String

プランの名前に名前を付けます

publisher
String

プランの発行元

product
String

product 製品の名前

promotionCode
String

promotionプロモーション コード (存在する場合)

戻り値

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

適用対象