Aracılığıyla paylaş


ProxyResourceReference Constructors

Definition

Overloads

ProxyResourceReference()

Initializes a new instance of the ProxyResourceReference class.

ProxyResourceReference(String, String)

Initializes a new instance of the ProxyResourceReference class.

ProxyResourceReference()

Initializes a new instance of the ProxyResourceReference class.

public ProxyResourceReference ();
Public Sub New ()

Applies to

ProxyResourceReference(String, String)

Initializes a new instance of the ProxyResourceReference class.

public ProxyResourceReference (string sourceArmResourceId, string name = default);
new Microsoft.Azure.Management.Migrate.ResourceMover.Models.ProxyResourceReference : string * string -> Microsoft.Azure.Management.Migrate.ResourceMover.Models.ProxyResourceReference
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