SubnetReference Constructors

Definition

Overloads

SubnetReference()

Initializes a new instance of the SubnetReference class.

SubnetReference(String, String)

Initializes a new instance of the SubnetReference class.

SubnetReference()

Initializes a new instance of the SubnetReference class.

public SubnetReference ();
Public Sub New ()

Applies to

SubnetReference(String, String)

Initializes a new instance of the SubnetReference class.

public SubnetReference (string sourceArmResourceId, string name = default);
new Microsoft.Azure.Management.Migrate.ResourceMover.Models.SubnetReference : string * string -> Microsoft.Azure.Management.Migrate.ResourceMover.Models.SubnetReference
Public Sub New (sourceArmResourceId As String, Optional name As String = Nothing)

Parameters

sourceArmResourceId
String

Gets the ARM resource ID of the tracked resource being referenced.

name
String

Gets the name of the proxy resource on the target side.

Applies to