MachineLearningAksNetworkingConfiguration Class

Definition

Advance configuration for AKS networking.

public class MachineLearningAksNetworkingConfiguration
type MachineLearningAksNetworkingConfiguration = class
Public Class MachineLearningAksNetworkingConfiguration
Inheritance
MachineLearningAksNetworkingConfiguration

Constructors

MachineLearningAksNetworkingConfiguration()

Initializes a new instance of MachineLearningAksNetworkingConfiguration.

Properties

DnsServiceIP

An IP address assigned to the Kubernetes DNS service. It must be within the Kubernetes service address range specified in serviceCidr.

DockerBridgeCidr

A CIDR notation IP range assigned to the Docker bridge network. It must not overlap with any Subnet IP ranges or the Kubernetes service address range.

ServiceCidr

A CIDR notation IP range from which to assign service cluster IPs. It must not overlap with any Subnet IP ranges.

SubnetId

Virtual network subnet resource ID the compute nodes belong to.

Applies to