ClusterPatch interface
要更新的群集详细信息。
属性
| aad |
群集 AAD 标识的应用 ID。 |
| aad |
群集 AAD 标识的租户 ID。 |
| cloud |
从 Azure 门户为管理配置的终结点 |
| desired |
群集的所需属性。 |
| principal |
系统分配标识的服务主体 ID。 此属性仅针对系统分配的标识提供。 |
| tags | 资源标记。 |
| tenant |
系统分配标识的租户 ID。 此属性仅针对系统分配的标识提供。 |
| type | 分配给此资源的托管标识的类型。 |
| user |
用户分配给此资源的标识。 |
属性详细信息
aadClientId
群集 AAD 标识的应用 ID。
aadClientId?: string
属性值
string
aadTenantId
群集 AAD 标识的租户 ID。
aadTenantId?: string
属性值
string
cloudManagementEndpoint
从 Azure 门户为管理配置的终结点
cloudManagementEndpoint?: string
属性值
string
desiredProperties
principalId
系统分配标识的服务主体 ID。 此属性仅针对系统分配的标识提供。
principalId?: string
属性值
string
tags
资源标记。
tags?: Record<string, string>
属性值
Record<string, string>
tenantId
系统分配标识的租户 ID。 此属性仅针对系统分配的标识提供。
tenantId?: string
属性值
string
type
分配给此资源的托管标识的类型。
type?: string
属性值
string
userAssignedIdentities
用户分配给此资源的标识。
userAssignedIdentities?: Record<string, UserAssignedIdentity>
属性值
Record<string, UserAssignedIdentity>