Share via


INetworkProfile Interface

Definition

[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

Name Description
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

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to