ProvisionedClusterNetworkProfile Class

Definition

The network configuration profile for the provisioned cluster.

public class ProvisionedClusterNetworkProfile : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HybridContainerService.Models.ProvisionedClusterNetworkProfile>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HybridContainerService.Models.ProvisionedClusterNetworkProfile>
public class ProvisionedClusterNetworkProfile
type ProvisionedClusterNetworkProfile = class
    interface IJsonModel<ProvisionedClusterNetworkProfile>
    interface IPersistableModel<ProvisionedClusterNetworkProfile>
type ProvisionedClusterNetworkProfile = class
Public Class ProvisionedClusterNetworkProfile
Implements IJsonModel(Of ProvisionedClusterNetworkProfile), IPersistableModel(Of ProvisionedClusterNetworkProfile)
Public Class ProvisionedClusterNetworkProfile
Inheritance
ProvisionedClusterNetworkProfile
Implements

Constructors

ProvisionedClusterNetworkProfile()

Initializes a new instance of ProvisionedClusterNetworkProfile.

Properties

LoadBalancerCount

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.

Explicit Interface Implementations

IJsonModel<ProvisionedClusterNetworkProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ProvisionedClusterNetworkProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ProvisionedClusterNetworkProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ProvisionedClusterNetworkProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ProvisionedClusterNetworkProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to