AksNetworkingConfiguration 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
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.AksNetworkingConfigurationTypeConverter))]
public class AksNetworkingConfiguration : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IAksNetworkingConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.AksNetworkingConfigurationTypeConverter))>]
type AksNetworkingConfiguration = class
interface IAksNetworkingConfiguration
interface IJsonSerializable
Public Class AksNetworkingConfiguration
Implements IAksNetworkingConfiguration
- Inheritance
-
AksNetworkingConfiguration
- Attributes
- Implements
Constructors
AksNetworkingConfiguration() |
Creates an new AksNetworkingConfiguration instance. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AksNetworkingConfiguration. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AksNetworkingConfiguration. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IAksNetworkingConfiguration. |
FromJsonString(String) |
Creates a new instance of AksNetworkingConfiguration, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AksNetworkingConfiguration into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |