你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MockableComputeSubscriptionResource.GetCloudServiceOSFamilies Method

Definition

Gets a collection of CloudServiceOSFamilyResources in the SubscriptionResource.

public virtual Azure.ResourceManager.Compute.CloudServiceOSFamilyCollection GetCloudServiceOSFamilies (Azure.Core.AzureLocation location);
abstract member GetCloudServiceOSFamilies : Azure.Core.AzureLocation -> Azure.ResourceManager.Compute.CloudServiceOSFamilyCollection
override this.GetCloudServiceOSFamilies : Azure.Core.AzureLocation -> Azure.ResourceManager.Compute.CloudServiceOSFamilyCollection
Public Overridable Function GetCloudServiceOSFamilies (location As AzureLocation) As CloudServiceOSFamilyCollection

Parameters

location
AzureLocation

Name of the location that the OS families pertain to.

Returns

An object representing collection of CloudServiceOSFamilyResources and their operations over a CloudServiceOSFamilyResource.

Applies to