NetworkCloudTrunkedNetworkData Constructor

Definition

Initializes a new instance of NetworkCloudTrunkedNetworkData.

public NetworkCloudTrunkedNetworkData (Azure.Core.AzureLocation location, Azure.ResourceManager.NetworkCloud.Models.ExtendedLocation extendedLocation, System.Collections.Generic.IEnumerable<Azure.Core.ResourceIdentifier> isolationDomainIds, System.Collections.Generic.IEnumerable<long> vlans);
new Azure.ResourceManager.NetworkCloud.NetworkCloudTrunkedNetworkData : Azure.Core.AzureLocation * Azure.ResourceManager.NetworkCloud.Models.ExtendedLocation * seq<Azure.Core.ResourceIdentifier> * seq<int64> -> Azure.ResourceManager.NetworkCloud.NetworkCloudTrunkedNetworkData
Public Sub New (location As AzureLocation, extendedLocation As ExtendedLocation, isolationDomainIds As IEnumerable(Of ResourceIdentifier), vlans As IEnumerable(Of Long))

Parameters

location
AzureLocation

The location.

extendedLocation
ExtendedLocation

The extended location of the cluster associated with the resource.

isolationDomainIds
IEnumerable<ResourceIdentifier>

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

vlans
IEnumerable<Int64>

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

Exceptions

extendedLocation, isolationDomainIds or vlans is null.

Applies to