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

CloudServiceOSFamilyData 类

定义

表示 CloudServiceOSFamily 数据模型的类。 介绍云服务 OS 系列。

public class CloudServiceOSFamilyData : Azure.ResourceManager.Models.ResourceData
type CloudServiceOSFamilyData = class
    inherit ResourceData
Public Class CloudServiceOSFamilyData
Inherits ResourceData
继承
CloudServiceOSFamilyData

属性

Id

资源的完全限定的资源 ID。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}。

(继承自 ResourceData)
Label

OS 系列标签。

Location

资源位置。

Name

资源的名称。

(继承自 ResourceData)
OSFamilyName

OS 系列名称。

ResourceName

资源名称。

ResourceType

资源类型。 例如“Microsoft.Compute/virtualMachines”或“Microsoft.Storage/storageAccounts”。

(继承自 ResourceData)
SystemData

包含 createdBy 和 modifiedBy 信息的 Azure 资源管理器元数据。

(继承自 ResourceData)
Versions

属于此系列的 OS 版本列表。

适用于