TrunkedNetworkAttachmentConfiguration 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.
TrunkedNetworkAttachmentConfiguration represents the configuration of the attachment of a trunked network.
public class TrunkedNetworkAttachmentConfiguration
public class TrunkedNetworkAttachmentConfiguration : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NetworkCloud.Models.TrunkedNetworkAttachmentConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NetworkCloud.Models.TrunkedNetworkAttachmentConfiguration>
type TrunkedNetworkAttachmentConfiguration = class
type TrunkedNetworkAttachmentConfiguration = class
interface IJsonModel<TrunkedNetworkAttachmentConfiguration>
interface IPersistableModel<TrunkedNetworkAttachmentConfiguration>
Public Class TrunkedNetworkAttachmentConfiguration
Public Class TrunkedNetworkAttachmentConfiguration
Implements IJsonModel(Of TrunkedNetworkAttachmentConfiguration), IPersistableModel(Of TrunkedNetworkAttachmentConfiguration)
- Inheritance
-
TrunkedNetworkAttachmentConfiguration
- Implements
Constructors
TrunkedNetworkAttachmentConfiguration(ResourceIdentifier) |
Initializes a new instance of TrunkedNetworkAttachmentConfiguration. |
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<TrunkedNetworkAttachmentConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<TrunkedNetworkAttachmentConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<TrunkedNetworkAttachmentConfiguration>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<TrunkedNetworkAttachmentConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<TrunkedNetworkAttachmentConfiguration>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET