你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
OperationalizationCluster interface
Azure ML 操作化群集资源的实例。
- 扩展
属性
app |
AppInsights 配置。 |
cluster |
群集类型。 |
container |
容器注册表属性。 |
container |
Azure 容器服务群集的参数。 |
created |
创建群集的日期和时间。 注意:此属性不会序列化。 它只能由服务器填充。 |
description | 群集的说明。 |
global |
包含群集中 Web 服务的全局配置。 |
modified |
上次修改群集的日期和时间。 注意:此属性不会序列化。 它只能由服务器填充。 |
provisioning |
资源提供程序报告的预配错误列表。 注意:此属性不会序列化。 它只能由服务器填充。 |
provisioning |
群集的预配状态。 有效值为 Unknown、Updateing、Provisioning、Succeeded 和 Failed。 注意:此属性不会序列化。 它只能由服务器填充。 |
storage |
存储帐户属性。 |
继承属性
id | 指定资源 ID。 注意:此属性不会序列化。 它只能由服务器填充。 |
location | 指定资源的位置。 |
name | 指定资源的名称。 注意:此属性不会序列化。 它只能由服务器填充。 |
tags | 包含定义为键/值对的资源标记。 |
type | 指定资源的类型。 注意:此属性不会序列化。 它只能由服务器填充。 |
属性详细信息
appInsights
clusterType
群集类型。
clusterType?: string
属性值
string
containerRegistry
containerService
createdOn
创建群集的日期和时间。 注意:此属性不会序列化。 它只能由服务器填充。
createdOn?: Date
属性值
Date
description
群集的说明。
description?: string
属性值
string
globalServiceConfiguration
包含群集中 Web 服务的全局配置。
globalServiceConfiguration?: GlobalServiceConfiguration
属性值
modifiedOn
上次修改群集的日期和时间。 注意:此属性不会序列化。 它只能由服务器填充。
modifiedOn?: Date
属性值
Date
provisioningErrors
资源提供程序报告的预配错误列表。 注意:此属性不会序列化。 它只能由服务器填充。
provisioningErrors?: ErrorResponseWrapper[]
属性值
provisioningState
群集的预配状态。 有效值为 Unknown、Updateing、Provisioning、Succeeded 和 Failed。 注意:此属性不会序列化。 它只能由服务器填充。
provisioningState?: string
属性值
string
storageAccount
继承属性详细信息
id
指定资源 ID。 注意:此属性不会序列化。 它只能由服务器填充。
id?: string
属性值
string
继承自
location
name
指定资源的名称。 注意:此属性不会序列化。 它只能由服务器填充。
name?: string
属性值
string
继承自
tags
包含定义为键/值对的资源标记。
tags?: {[propertyName: string]: string}
属性值
{[propertyName: string]: string}