NetworkProfile 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.
The network configuration profile for the provisioned cluster.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.NetworkProfileTypeConverter))]
public class NetworkProfile : Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.INetworkProfile
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.NetworkProfileTypeConverter))>]
type NetworkProfile = class
interface INetworkProfile
interface IJsonSerializable
Public Class NetworkProfile
Implements INetworkProfile
- Inheritance
-
NetworkProfile
- Attributes
- Implements
Constructors
NetworkProfile() |
Creates an new NetworkProfile instance. |
Properties
LoadBalancerProfileCount |
Number of HA Proxy load balancer VMs. The default value is 0. |
NetworkPolicy |
Network policy used for building Kubernetes network. Possible values include: 'calico'. |
PodCidr |
A CIDR notation IP Address range from which to assign pod IPs. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of NetworkProfile. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of NetworkProfile. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.INetworkProfile. |
FromJsonString(String) |
Creates a new instance of NetworkProfile, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of NetworkProfile into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |