Freigeben über


TrunkedNetworkAttachmentConfiguration Class

Definition

TrunkedNetworkAttachmentConfiguration represents the configuration of the attachment of a trunked network.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.TrunkedNetworkAttachmentConfigurationTypeConverter))]
public class TrunkedNetworkAttachmentConfiguration : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.ITrunkedNetworkAttachmentConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.TrunkedNetworkAttachmentConfigurationTypeConverter))>]
type TrunkedNetworkAttachmentConfiguration = class
    interface ITrunkedNetworkAttachmentConfiguration
    interface IJsonSerializable
Public Class TrunkedNetworkAttachmentConfiguration
Implements ITrunkedNetworkAttachmentConfiguration
Inheritance
TrunkedNetworkAttachmentConfiguration
Attributes
Implements

Constructors

TrunkedNetworkAttachmentConfiguration()

Creates an new TrunkedNetworkAttachmentConfiguration instance.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of TrunkedNetworkAttachmentConfiguration.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of TrunkedNetworkAttachmentConfiguration.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.ITrunkedNetworkAttachmentConfiguration.

FromJsonString(String)

Creates a new instance of TrunkedNetworkAttachmentConfiguration, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of TrunkedNetworkAttachmentConfiguration into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to