你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TrunkedNetworkAttachmentConfiguration Class

Definition

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

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.TrunkedNetworkAttachmentConfigurationTypeConverter))]
public class TrunkedNetworkAttachmentConfiguration : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ITrunkedNetworkAttachmentConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.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.Api20240701.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