次の方法で共有


ComputeExtensions.GetCloudServiceOSFamilies メソッド

定義

SubscriptionResource 内の CloudServiceOSFamilyResources のコレクションを取得します。

public static Azure.ResourceManager.Compute.CloudServiceOSFamilyCollection GetCloudServiceOSFamilies (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location);
static member GetCloudServiceOSFamilies : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation -> Azure.ResourceManager.Compute.CloudServiceOSFamilyCollection
<Extension()>
Public Function GetCloudServiceOSFamilies (subscriptionResource As SubscriptionResource, location As AzureLocation) As CloudServiceOSFamilyCollection

パラメーター

subscriptionResource
SubscriptionResource

SubscriptionResourceメソッドが実行されるインスタンス。

location
AzureLocation

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

戻り値

CloudServiceOSFamilyResources のコレクションとその CloudServiceOSFamilyResource に対する操作を表す オブジェクト。

適用対象