次の方法で共有


IWithApiVersion.WithApiVersion(String) メソッド

定義

リソース プロバイダーの API バージョンを指定します。

public Microsoft.Azure.Management.ResourceManager.Fluent.GenericResource.Update.IUpdate WithApiVersion (string apiVersion);
abstract member WithApiVersion : string -> Microsoft.Azure.Management.ResourceManager.Fluent.GenericResource.Update.IUpdate
Public Function WithApiVersion (apiVersion As String) As IUpdate

パラメーター

apiVersion
String

apiVersion API バージョン

戻り値

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

適用対象