INetworkProfile Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.NetworkProfileTypeConverter))]
public interface INetworkProfile : Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.NetworkProfileTypeConverter))>]
type INetworkProfile = interface
interface IJsonSerializable
Public Interface INetworkProfile
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |