ClusterPatch interface
要更新的群集详细信息。
属性
aad |
群集 AAD 标识的应用 ID。 |
aad |
群集 AAD 标识的租户 ID。 |
cloud |
从 Azure 门户为管理配置的终结点 |
desired |
群集的所需属性。 |
tags | 资源标记。 |
属性详细信息
aadClientId
群集 AAD 标识的应用 ID。
aadClientId?: string
属性值
string
aadTenantId
群集 AAD 标识的租户 ID。
aadTenantId?: string
属性值
string
cloudManagementEndpoint
从 Azure 门户为管理配置的终结点
cloudManagementEndpoint?: string
属性值
string
desiredProperties
tags
资源标记。
tags?: {[propertyName: string]: string}
属性值
{[propertyName: string]: string}