次の方法で共有


CloudServiceOperatingSystemsOperationsExtensions.GetOSVersionAsync メソッド

定義

クラウド サービスの XML サービス構成 (.cscfg) で指定できるゲスト オペレーティング システム バージョンのプロパティを取得します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.OSVersion> GetOSVersionAsync (this Microsoft.Azure.Management.Compute.ICloudServiceOperatingSystemsOperations operations, string location, string osVersionName, System.Threading.CancellationToken cancellationToken = default);
static member GetOSVersionAsync : Microsoft.Azure.Management.Compute.ICloudServiceOperatingSystemsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.OSVersion>
<Extension()>
Public Function GetOSVersionAsync (operations As ICloudServiceOperatingSystemsOperations, location As String, osVersionName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of OSVersion)

パラメーター

operations
ICloudServiceOperatingSystemsOperations

この拡張メソッドの操作グループ。

location
String

OS バージョンが関係する場所の名前。

osVersionName
String

OS バージョンの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象