Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ContainerServiceMasterProfile

Package version

Profile for the container service master.

Hierarchy

  • ContainerServiceMasterProfile

Index

Properties

Optional count

count: Count

Number of masters (VMs) in the container service cluster. Allowed values are 1, 3, and 5. The default value is 1.

dnsPrefix

dnsPrefix: string

DNS prefix to be used to create the FQDN for the master pool.

Optional firstConsecutiveStaticIP

firstConsecutiveStaticIP: undefined | string

FirstConsecutiveStaticIP used to specify the first static ip of masters.

Optional fqdn

fqdn: undefined | string

FQDN for the master pool. NOTE: This property will not be serialized. It can only be populated by the server.

Optional osDiskSizeGB

osDiskSizeGB: undefined | number

OS Disk Size in GB to be used to specify the disk size for every machine in this master/agent pool. If you specify 0, it will apply the default osDisk size according to the vmSize specified.

Optional storageProfile

Storage profile specifies what kind of storage used. Choose from StorageAccount and ManagedDisks. Leave it empty, we will choose for you based on the orchestrator choice.

vmSize

Size of agent VMs.

Optional vnetSubnetID

vnetSubnetID: undefined | string

VNet SubnetID specifies the VNet's subnet identifier.

Generated using TypeDoc