ContainerNetworkInterfaceIPConfiguration Class

Definition

The ip configuration for a container network interface.

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

Properties

ContainerNetworkInterfaceIpConfigurationType

Sub Resource type.

ETag

A unique read-only string that changes whenever the resource is updated.

Name

The name of the resource. This name can be used to access the resource.

ProvisioningState

The provisioning state of the container network interface IP configuration resource.

Explicit Interface Implementations

IJsonModel<ContainerNetworkInterfaceIPConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContainerNetworkInterfaceIPConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerNetworkInterfaceIPConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerNetworkInterfaceIPConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerNetworkInterfaceIPConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to