Package version:

Ssh profile for the cluster.

interface SshProfile {
    count: number;
    podPrefix?: string;
    vmSize?: string;
}

Properties

count: number

Number of ssh pods per cluster.

podPrefix?: string

Prefix of the pod names. Pod number will be appended to the prefix. The ingress URLs for the pods will be available at //- NOTE: This property will not be serialized. It can only be populated by the server.

vmSize?: string

The virtual machine SKU.