你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

L3NetworkAttachmentConfiguration Class

Definition

L3NetworkAttachmentConfiguration represents the configuration of the attachment of a Layer 3 network.

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

Constructors

L3NetworkAttachmentConfiguration(ResourceIdentifier)

Initializes a new instance of L3NetworkAttachmentConfiguration.

Properties

IpamEnabled

The indication of whether this network will or will not perform IP address management and allocate IP addresses when attached.

NetworkId

The resource ID of the network that is being configured for attachment.

PluginType

The indicator of how this network will be utilized by the Kubernetes cluster.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<L3NetworkAttachmentConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<L3NetworkAttachmentConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<L3NetworkAttachmentConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<L3NetworkAttachmentConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<L3NetworkAttachmentConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to