ภาษา

ArmMachineLearningModelFactory.MachineLearningAksNetworkingConfiguration Method

Definition

Advance configuration for AKS networking.

public static Azure.ResourceManager.MachineLearning.Models.MachineLearningAksNetworkingConfiguration MachineLearningAksNetworkingConfiguration(Azure.Core.ResourceIdentifier subnetId = default, string serviceCidr = default, string dnsServiceIP = default, string dockerBridgeCidr = default);
static member MachineLearningAksNetworkingConfiguration : Azure.Core.ResourceIdentifier * string * string * string -> Azure.ResourceManager.MachineLearning.Models.MachineLearningAksNetworkingConfiguration
Public Shared Function MachineLearningAksNetworkingConfiguration (Optional subnetId As ResourceIdentifier = Nothing, Optional serviceCidr As String = Nothing, Optional dnsServiceIP As String = Nothing, Optional dockerBridgeCidr As String = Nothing) As MachineLearningAksNetworkingConfiguration

Parameters

subnetId
ResourceIdentifier

Virtual network subnet resource ID the compute nodes belong to.

serviceCidr
String

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

dnsServiceIP
String

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

dockerBridgeCidr
String

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.

Returns

A new MachineLearningAksNetworkingConfiguration instance for mocking.

Applies to