Package version:

Cluster resource properties.

interface ClusterResourceProperties {
    clusterProfile: ClusterProfile;
    clusterType: string;
    computeProfile: ComputeProfile;
    deploymentId?: string;
    provisioningState?: string;
    status?: string;
}

Properties

clusterProfile: ClusterProfile

Cluster profile.

clusterType: string

The type of cluster.

computeProfile: ComputeProfile

The compute profile.

deploymentId?: string

A unique id generated by the RP to identify the resource. NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState?: string

Provisioning state of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

status?: string

Business status of the resource. NOTE: This property will not be serialized. It can only be populated by the server.