次の方法で共有


CloudServiceOperatingSystemsOperationsExtensions.GetOSFamily メソッド

定義

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

public static Microsoft.Azure.Management.Compute.Models.OSFamily GetOSFamily (this Microsoft.Azure.Management.Compute.ICloudServiceOperatingSystemsOperations operations, string location, string osFamilyName);
static member GetOSFamily : Microsoft.Azure.Management.Compute.ICloudServiceOperatingSystemsOperations * string * string -> Microsoft.Azure.Management.Compute.Models.OSFamily
<Extension()>
Public Function GetOSFamily (operations As ICloudServiceOperatingSystemsOperations, location As String, osFamilyName As String) As OSFamily

パラメーター

operations
ICloudServiceOperatingSystemsOperations

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

location
String

OS ファミリが関係する場所の名前。

osFamilyName
String

OS ファミリの名前。

戻り値

適用対象