Package version:

Cluster details to update.

interface ClusterPatch {
    aadClientId?: string;
    aadTenantId?: string;
    cloudManagementEndpoint?: string;
    desiredProperties?: ClusterDesiredProperties;
    principalId?: string;
    tags?: any;
    tenantId?: string;
    type?: string;
    userAssignedIdentities?: any;
}

Properties

aadClientId?: string

App id of cluster AAD identity.

aadTenantId?: string

Tenant id of cluster AAD identity.

cloudManagementEndpoint?: string

Endpoint configured for management from the Azure portal

desiredProperties?: ClusterDesiredProperties

Desired properties of the cluster.

principalId?: string

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

tags?: any

Resource tags.

tenantId?: string

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

type?: string

The type of managed identity assigned to this resource.

userAssignedIdentities?: any

The identities assigned to this resource by the user.