AttachedNetworkConfiguration 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.
AttachedNetworkConfiguration represents the set of workload networks to attach to a resource.
public class AttachedNetworkConfiguration
public class AttachedNetworkConfiguration : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NetworkCloud.Models.AttachedNetworkConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NetworkCloud.Models.AttachedNetworkConfiguration>
type AttachedNetworkConfiguration = class
type AttachedNetworkConfiguration = class
interface IJsonModel<AttachedNetworkConfiguration>
interface IPersistableModel<AttachedNetworkConfiguration>
Public Class AttachedNetworkConfiguration
Public Class AttachedNetworkConfiguration
Implements IJsonModel(Of AttachedNetworkConfiguration), IPersistableModel(Of AttachedNetworkConfiguration)
- Inheritance
-
AttachedNetworkConfiguration
- Implements
Constructors
AttachedNetworkConfiguration() |
Initializes a new instance of AttachedNetworkConfiguration. |
Properties
L2Networks |
The list of Layer 2 Networks and related configuration for attachment. |
L3Networks |
The list of Layer 3 Networks and related configuration for attachment. |
TrunkedNetworks |
The list of Trunked Networks and related configuration for attachment. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<AttachedNetworkConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<AttachedNetworkConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<AttachedNetworkConfiguration>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<AttachedNetworkConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<AttachedNetworkConfiguration>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET