OperatingSystemOperationsExtensions.ListFamiliesAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
[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 への参照。
戻り値
オペレーティング システム ファミリの一覧表示操作の応答。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET