SubnetReference Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET