ArmDevTestLabsModelFactory.DevTestLabVirtualNetworkData Method

Definition

Initializes a new instance of DevTestLabVirtualNetworkData.

public static Azure.ResourceManager.DevTestLabs.DevTestLabVirtualNetworkData DevTestLabVirtualNetworkData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DevTestLabs.Models.DevTestLabSubnet> allowedSubnets = default, string description = default, string externalProviderResourceId = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DevTestLabs.Models.DevTestLabExternalSubnet> externalSubnets = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DevTestLabs.Models.DevTestLabSubnetOverride> subnetOverrides = default, DateTimeOffset? createdOn = default, string provisioningState = default, Guid? uniqueIdentifier = default);
static member DevTestLabVirtualNetworkData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * seq<Azure.ResourceManager.DevTestLabs.Models.DevTestLabSubnet> * string * string * seq<Azure.ResourceManager.DevTestLabs.Models.DevTestLabExternalSubnet> * seq<Azure.ResourceManager.DevTestLabs.Models.DevTestLabSubnetOverride> * Nullable<DateTimeOffset> * string * Nullable<Guid> -> Azure.ResourceManager.DevTestLabs.DevTestLabVirtualNetworkData
Public Shared Function DevTestLabVirtualNetworkData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional allowedSubnets As IEnumerable(Of DevTestLabSubnet) = Nothing, Optional description As String = Nothing, Optional externalProviderResourceId As String = Nothing, Optional externalSubnets As IEnumerable(Of DevTestLabExternalSubnet) = Nothing, Optional subnetOverrides As IEnumerable(Of DevTestLabSubnetOverride) = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional provisioningState As String = Nothing, Optional uniqueIdentifier As Nullable(Of Guid) = Nothing) As DevTestLabVirtualNetworkData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

tags
IDictionary<String,String>

The tags.

location
AzureLocation

The location.

allowedSubnets
IEnumerable<DevTestLabSubnet>

The allowed subnets of the virtual network.

description
String

The description of the virtual network.

externalProviderResourceId
String

The Microsoft.Network resource identifier of the virtual network.

externalSubnets
IEnumerable<DevTestLabExternalSubnet>

The external subnet properties.

subnetOverrides
IEnumerable<DevTestLabSubnetOverride>

The subnet overrides of the virtual network.

createdOn
Nullable<DateTimeOffset>

The creation date of the virtual network.

provisioningState
String

The provisioning status of the resource.

uniqueIdentifier
Nullable<Guid>

The unique immutable identifier of a resource (Guid).

Returns

A new DevTestLabVirtualNetworkData instance for mocking.

Applies to