ClusterPoolResourcePropertiesNetworkProfile interface
Cluster pool network profile.
- Extends
Inherited Properties
api |
IP ranges are specified in CIDR format, e.g. 137.117.106.88/29. This feature is not compatible with private AKS clusters. So you cannot set enablePrivateApiServer to true and apiServerAuthorizedIpRanges at the same time. Currently, this property is not supported and please don't use it. |
enable |
ClusterPool is based on AKS cluster. AKS cluster exposes the API server to public internet by default. If you set this property to true, a private AKS cluster will be created, and it will use private apiserver, which is not exposed to public internet. |
outbound |
This can only be set at cluster pool creation time and cannot be changed later. |
subnet |
Cluster pool subnet resource id. |
Inherited Property Details
apiServerAuthorizedIpRanges
IP ranges are specified in CIDR format, e.g. 137.117.106.88/29. This feature is not compatible with private AKS clusters. So you cannot set enablePrivateApiServer to true and apiServerAuthorizedIpRanges at the same time. Currently, this property is not supported and please don't use it.
apiServerAuthorizedIpRanges?: string[]
Property Value
string[]
Inherited From ClusterPoolNetworkProfile.apiServerAuthorizedIpRanges
enablePrivateApiServer
ClusterPool is based on AKS cluster. AKS cluster exposes the API server to public internet by default. If you set this property to true, a private AKS cluster will be created, and it will use private apiserver, which is not exposed to public internet.
enablePrivateApiServer?: boolean
Property Value
boolean
Inherited From ClusterPoolNetworkProfile.enablePrivateApiServer
outboundType
This can only be set at cluster pool creation time and cannot be changed later.
outboundType?: string
Property Value
string
Inherited From ClusterPoolNetworkProfile.outboundType
subnetId
Cluster pool subnet resource id.
subnetId: string
Property Value
string
Inherited From ClusterPoolNetworkProfile.subnetId
Azure SDK for JavaScript