次の方法で共有


OperatingSystemOperationsExtensions.ListFamiliesAsync メソッド

定義

[OS ファミリの一覧表示] 操作には、Azure で使用できるゲスト オペレーティング システム ファミリが一覧表示され、各ファミリで使用できるオペレーティング システムのバージョンも一覧表示されます。 Azure で現在サポートされているオペレーティング システム ファミリには、Windows Server 2008 SP2 と互換性がある Azure ゲスト オペレーティング システムと Windows Server 2008 R2 と互換性がある Azure ゲスト オペレーティング システムの 2 種類があります。 (詳細については、 を参照してください http://msdn.microsoft.com/en-us/library/windowsazure/gg441291.aspx )

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.OperatingSystemListFamiliesResponse> ListFamiliesAsync(this Microsoft.WindowsAzure.Management.Compute.IOperatingSystemOperations operations);
static member ListFamiliesAsync : Microsoft.WindowsAzure.Management.Compute.IOperatingSystemOperations -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.OperatingSystemListFamiliesResponse>
<Extension()>
Public Function ListFamiliesAsync (operations As IOperatingSystemOperations) As Task(Of OperatingSystemListFamiliesResponse)

パラメーター

operations
IOperatingSystemOperations

Microsoft.WindowsAzure.Management.Compute.IOperatingSystemOperations への参照。

戻り値

オペレーティング システム ファミリの一覧表示操作の応答。

適用対象