AKSSchemaProperties interface
AKS properties
Properties
agent |
Number of agents |
agent |
Agent virtual machine size |
aks |
AKS networking configuration for vnet |
cluster |
Cluster full qualified domain name |
cluster |
Intended usage of the cluster |
load |
Load Balancer Subnet |
load |
Load Balancer Type |
ssl |
SSL configuration |
system |
System services NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
agentCount
Number of agents
agentCount?: number
Property Value
number
agentVmSize
Agent virtual machine size
agentVmSize?: string
Property Value
string
aksNetworkingConfiguration
AKS networking configuration for vnet
aksNetworkingConfiguration?: AksNetworkingConfiguration
Property Value
clusterFqdn
Cluster full qualified domain name
clusterFqdn?: string
Property Value
string
clusterPurpose
Intended usage of the cluster
clusterPurpose?: string
Property Value
string
loadBalancerSubnet
Load Balancer Subnet
loadBalancerSubnet?: string
Property Value
string
loadBalancerType
Load Balancer Type
loadBalancerType?: string
Property Value
string
sslConfiguration
systemServices
System services NOTE: This property will not be serialized. It can only be populated by the server.
systemServices?: SystemService[]