NetworkCloudTrunkedNetworkData Constructors

Definition

Overloads

NetworkCloudTrunkedNetworkData(AzureLocation, ExtendedLocation, IEnumerable<ResourceIdentifier>, IEnumerable<Int64>)

Source:
NetworkCloudTrunkedNetworkData.cs
Source:
NetworkCloudTrunkedNetworkData.cs

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
Azure.ResourceManager.NetworkCloud.Models.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

NetworkCloudTrunkedNetworkData(AzureLocation, IEnumerable<ResourceIdentifier>, IEnumerable<Int64>, ExtendedLocation)

Source:
NetworkCloudTrunkedNetworkData.cs

Initializes a new instance of NetworkCloudTrunkedNetworkData.

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

Parameters

location
AzureLocation

The geo-location where the resource lives.

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.

extendedLocation
Azure.ResourceManager.NetworkCloud.Models.ExtendedLocation

The extended location of the resource. This property is required when creating the resource.

Exceptions

isolationDomainIds, vlans or extendedLocation is null.

Applies to