NetworkCloudTrunkedNetworkData 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.
A class representing the NetworkCloudTrunkedNetwork data model. TrunkedNetwork represents a network that utilizes multiple isolation domains and specified VLANs to create a trunked network.
public class NetworkCloudTrunkedNetworkData : Azure.ResourceManager.Models.TrackedResourceData
type NetworkCloudTrunkedNetworkData = class
inherit TrackedResourceData
Public Class NetworkCloudTrunkedNetworkData
Inherits TrackedResourceData
- Inheritance
Constructors
NetworkCloudTrunkedNetworkData(AzureLocation, ExtendedLocation, IEnumerable<ResourceIdentifier>, IEnumerable<Int64>) |
Initializes a new instance of NetworkCloudTrunkedNetworkData. |
Properties
AssociatedResourceIds |
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. |
ExtendedLocation |
The extended location of the cluster associated with the resource. |
HybridAksClustersAssociatedIds |
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. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
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. |
IsolationDomainIds |
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. (Inherited from TrackedResourceData) |
Name |
The name of the resource. (Inherited from ResourceData) |
ProvisioningState |
The provisioning state of the trunked network. |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
Tags |
Resource tags. (Inherited from TrackedResourceData) |
VirtualMachinesAssociatedIds |
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. |
Vlans |
The list of vlans that are selected from the isolation domains for trunking. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from TrackedResourceData) |
Applies to
Azure SDK for .NET