ClusterPatch interface
Cluster details to update.
Properties
| aad |
App id of cluster AAD identity. |
| aad |
Tenant id of cluster AAD identity. |
| cloud |
Endpoint configured for management from the Azure portal |
| desired |
Desired properties of the cluster. |
| principal |
The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. NOTE: This property will not be serialized. It can only be populated by the server. |
| tags | Resource tags. |
| tenant |
The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. NOTE: This property will not be serialized. It can only be populated by the server. |
| type | Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). |
| user |
The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests. |
Property Details
aadClientId
App id of cluster AAD identity.
aadClientId?: string
Property Value
string
aadTenantId
Tenant id of cluster AAD identity.
aadTenantId?: string
Property Value
string
cloudManagementEndpoint
Endpoint configured for management from the Azure portal
cloudManagementEndpoint?: string
Property Value
string
desiredProperties
Desired properties of the cluster.
desiredProperties?: ClusterDesiredProperties
Property Value
principalId
The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. NOTE: This property will not be serialized. It can only be populated by the server.
principalId?: string
Property Value
string
tags
Resource tags.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
tenantId
The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. NOTE: This property will not be serialized. It can only be populated by the server.
tenantId?: string
Property Value
string
type
Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
type?: string
Property Value
string
userAssignedIdentities
The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
userAssignedIdentities?: {[propertyName: string]: UserAssignedIdentity}
Property Value
{[propertyName: string]: UserAssignedIdentity}