Share via


ClusterPatch interface

Cluster details to update.

Properties

aadClientId

App id of cluster AAD identity.

aadTenantId

Tenant id of cluster AAD identity.

cloudManagementEndpoint

Endpoint configured for management from the Azure portal

desiredProperties

Desired properties of the cluster.

principalId

The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.

tags

Resource tags.

tenantId

The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.

type

The type of managed identity assigned to this resource.

userAssignedIdentities

The identities assigned to this resource by the user.

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.

principalId?: string

Property Value

string

tags

Resource tags.

tags?: Record<string, string>

Property Value

Record<string, string>

tenantId

The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.

tenantId?: string

Property Value

string

type

The type of managed identity assigned to this resource.

type?: string

Property Value

string

userAssignedIdentities

The identities assigned to this resource by the user.

userAssignedIdentities?: Record<string, UserAssignedIdentity>

Property Value

Record<string, UserAssignedIdentity>