Package version:

Cluster properties.

interface ClusterPatchProperties {
    aadClientId?: string;
    aadTenantId?: string;
    cloudManagementEndpoint?: string;
    desiredProperties?: ClusterDesiredProperties;
}

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.