MachineLearningAksNetworkingConfiguration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Advance configuration for AKS networking.
public class MachineLearningAksNetworkingConfiguration : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningAksNetworkingConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningAksNetworkingConfiguration>
public class MachineLearningAksNetworkingConfiguration
type MachineLearningAksNetworkingConfiguration = class
interface IJsonModel<MachineLearningAksNetworkingConfiguration>
interface IPersistableModel<MachineLearningAksNetworkingConfiguration>
type MachineLearningAksNetworkingConfiguration = class
Public Class MachineLearningAksNetworkingConfiguration
Implements IJsonModel(Of MachineLearningAksNetworkingConfiguration), IPersistableModel(Of MachineLearningAksNetworkingConfiguration)
Public Class MachineLearningAksNetworkingConfiguration
- Inheritance
-
MachineLearningAksNetworkingConfiguration
- Implements
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. |
Explicit Interface Implementations
IJsonModel<MachineLearningAksNetworkingConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<MachineLearningAksNetworkingConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<MachineLearningAksNetworkingConfiguration>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<MachineLearningAksNetworkingConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<MachineLearningAksNetworkingConfiguration>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET