Dela via


ArmArcScVmmModelFactory.ScVmmVirtualNetworkData Method

Definition

Initializes a new instance of ScVmmVirtualNetworkData.

public static Azure.ResourceManager.ArcScVmm.ScVmmVirtualNetworkData ScVmmVirtualNetworkData (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, Azure.ResourceManager.Resources.Models.ExtendedLocation extendedLocation = default, string inventoryItemId = default, string uuid = default, string vmmServerId = default, string networkName = default, string provisioningState = default);
static member ScVmmVirtualNetworkData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Azure.ResourceManager.Resources.Models.ExtendedLocation * string * string * string * string * string -> Azure.ResourceManager.ArcScVmm.ScVmmVirtualNetworkData
Public Shared Function ScVmmVirtualNetworkData (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 extendedLocation As ExtendedLocation = Nothing, Optional inventoryItemId As String = Nothing, Optional uuid As String = Nothing, Optional vmmServerId As String = Nothing, Optional networkName As String = Nothing, Optional provisioningState As String = Nothing) As ScVmmVirtualNetworkData

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.

extendedLocation
ExtendedLocation

The extended location.

inventoryItemId
String

Gets or sets the inventory Item ID for the resource.

uuid
String

Unique ID of the virtual network.

vmmServerId
String

ARM Id of the vmmServer resource in which this resource resides.

networkName
String

Name of the virtual network in vmmServer.

provisioningState
String

Gets or sets the provisioning state.

Returns

A new ScVmmVirtualNetworkData instance for mocking.

Applies to