你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IAksNetworkingConfiguration Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.AksNetworkingConfigurationTypeConverter))]
public interface IAksNetworkingConfiguration : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.AksNetworkingConfigurationTypeConverter))>]
type IAksNetworkingConfiguration = interface
    interface IJsonSerializable
Public Interface IAksNetworkingConfiguration
Implements IJsonSerializable
Derived
Attributes
Implements

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

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to