Delen via


TrunkedNetwork Class

Definition

TrunkedNetwork represents a network that utilizes multiple isolation domains and specified VLANs to create a trunked network.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.TrunkedNetworkTypeConverter))]
public class TrunkedNetwork : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.ITrunkedNetwork, Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.TrunkedNetworkTypeConverter))>]
type TrunkedNetwork = class
    interface ITrunkedNetwork
    interface IJsonSerializable
    interface ITrackedResource
    interface IResource
    interface IValidates
Public Class TrunkedNetwork
Implements ITrunkedNetwork, IValidates
Inheritance
TrunkedNetwork
Attributes
Implements

Constructors

TrunkedNetwork()

Creates an new TrunkedNetwork instance.

Properties

AssociatedResourceId

The list of resource IDs for the other Microsoft.NetworkCloud resources that have attached this network.

ClusterId

The resource ID of the Network Cloud cluster this trunked network is associated with.

DetailedStatus

The more detailed status of the trunked network.

DetailedStatusMessage

The descriptive message about the current detailed status.

ExtendedLocationName

The resource ID of the extended location on which the resource will be created.

ExtendedLocationType

The extended location type, for example, CustomLocation.

HybridAksClustersAssociatedId

Field Deprecated. These fields will be empty/omitted. The list of Hybrid AKS cluster resource IDs that are associated with this trunked network.

HybridAksPluginType

Field Deprecated. The field was previously optional, now it will have no defined behavior and will be ignored. The network plugin type for Hybrid AKS.

Id

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

InterfaceName

The default interface name for this trunked network in the virtual machine. This name can be overridden by the name supplied in the network attachment configuration of that virtual machine.

IsolationDomainId

The list of resource IDs representing the Network Fabric isolation domains. It can be any combination of l2IsolationDomain and l3IsolationDomain resources.

Location

The geo-location where the resource lives

Name

The name of the resource

ProvisioningState

The provisioning state of the trunked network.

ResourceGroupName

Gets the resource group name

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

SystemDataCreatedAt

The timestamp of resource creation (UTC).

SystemDataCreatedBy

The identity that created the resource.

SystemDataCreatedByType

The type of identity that created the resource.

SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

SystemDataLastModifiedBy

The identity that last modified the resource.

SystemDataLastModifiedByType

The type of identity that last modified the resource.

Tag

Resource tags.

Type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

VirtualMachinesAssociatedId

Field Deprecated. These fields will be empty/omitted. The list of virtual machine resource IDs, excluding any Hybrid AKS virtual machines, that are currently using this trunked network.

Vlan

The list of vlans that are selected from the isolation domains for trunking.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of TrunkedNetwork.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of TrunkedNetwork.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of TrunkedNetwork into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to