TrunkedNetworkProperties 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.
TrunkedNetworkProperties represents properties of the trunked network.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.TrunkedNetworkPropertiesTypeConverter))]
public class TrunkedNetworkProperties : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.ITrunkedNetworkProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.TrunkedNetworkPropertiesTypeConverter))>]
type TrunkedNetworkProperties = class
interface ITrunkedNetworkProperties
interface IJsonSerializable
Public Class TrunkedNetworkProperties
Implements ITrunkedNetworkProperties
- Inheritance
-
TrunkedNetworkProperties
- Attributes
- Implements
Constructors
TrunkedNetworkProperties() |
Creates an new TrunkedNetworkProperties 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. |
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. |
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. |
ProvisioningState |
The provisioning state of the trunked network. |
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 TrunkedNetworkProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of TrunkedNetworkProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.ITrunkedNetworkProperties. |
FromJsonString(String) |
Creates a new instance of TrunkedNetworkProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of TrunkedNetworkProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |