L3NetworkAttachmentConfiguration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
L3NetworkAttachmentConfiguration represents the configuration of the attachment of a Layer 3 network.
public class L3NetworkAttachmentConfiguration
public class L3NetworkAttachmentConfiguration : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NetworkCloud.Models.L3NetworkAttachmentConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NetworkCloud.Models.L3NetworkAttachmentConfiguration>
type L3NetworkAttachmentConfiguration = class
type L3NetworkAttachmentConfiguration = class
interface IJsonModel<L3NetworkAttachmentConfiguration>
interface IPersistableModel<L3NetworkAttachmentConfiguration>
Public Class 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
Azure SDK for .NET