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

CloudApplianceConfiguration interface

云设备配置

扩展

属性

acsConfiguration

ACS 配置。

cloudPlatform

云平台。

modelNumber

型号。

supportedRegions

支持的区域。

supportedStorageAccountTypes

支持的存储帐户类型。

supportedVmImages

支持的虚拟机映像。

supportedVmTypes

支持的虚拟机类型。

继承属性

id

唯一标识对象的路径 ID。 注意:此属性不会序列化。 它只能由服务器填充。

kind

对象的 Kind。 目前仅支持 Series8000

name

对象的名称。 注意:此属性不会序列化。 它只能由服务器填充。

type

对象的分层类型。 注意:此属性不会序列化。 它只能由服务器填充。

属性详细信息

acsConfiguration

ACS 配置。

acsConfiguration: AcsConfiguration

属性值

cloudPlatform

云平台。

cloudPlatform: string

属性值

string

modelNumber

型号。

modelNumber: string

属性值

string

supportedRegions

支持的区域。

supportedRegions: string[]

属性值

string[]

supportedStorageAccountTypes

支持的存储帐户类型。

supportedStorageAccountTypes: string[]

属性值

string[]

supportedVmImages

支持的虚拟机映像。

supportedVmImages: VmImage[]

属性值

supportedVmTypes

支持的虚拟机类型。

supportedVmTypes: string[]

属性值

string[]

继承属性详细信息

id

唯一标识对象的路径 ID。 注意:此属性不会序列化。 它只能由服务器填充。

id?: string

属性值

string

继承自BaseModel.id

kind

对象的 Kind。 目前仅支持 Series8000

kind?: "Series8000"

属性值

"Series8000"

继承自baseModel.kind

name

对象的名称。 注意:此属性不会序列化。 它只能由服务器填充。

name?: string

属性值

string

继承自BaseModel.name

type

对象的分层类型。 注意:此属性不会序列化。 它只能由服务器填充。

type?: string

属性值

string

继承自 baseModel.type