Share via


ContainerGroupNetworkProfile Class

Definition

A network profile for network settings of a ContainerGroupProfile. Used to manage load balancer and application gateway backend pools, specifically updating the IP addresses of CGs within the backend pool.

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

Constructors

ContainerGroupNetworkProfile()

Initializes a new instance of ContainerGroupNetworkProfile.

Properties

ApplicationGateway

Application Gateway the CG profile will use to interact with CGs in a backend pool.

LoadBalancerBackendAddressPools

List of Load Balancer Backend Address Pools.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ContainerGroupNetworkProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContainerGroupNetworkProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerGroupNetworkProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerGroupNetworkProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerGroupNetworkProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to