Package version:

Cluster pool profile.

interface ClusterPoolProfile {
    clusterPoolVersion: string;
    publicIpTag?: IpTag;
}

Hierarchy (view full)

Properties

clusterPoolVersion: string

Cluster pool version is a 2-part version.

publicIpTag?: IpTag

Gets or sets the IP tag for the public IPs created along with the HDInsightOnAks ClusterPools and Clusters.