次の方法で共有


L2NetworkAttachmentConfiguration Class

Definition

L2NetworkAttachmentConfiguration represents the configuration of the attachment of a Layer 2 network.

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

Constructors

L2NetworkAttachmentConfiguration(ResourceIdentifier)

Initializes a new instance of L2NetworkAttachmentConfiguration.

Properties

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<L2NetworkAttachmentConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<L2NetworkAttachmentConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<L2NetworkAttachmentConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<L2NetworkAttachmentConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<L2NetworkAttachmentConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to