ProxyResourceReferenceInfo(ResourceIdentifier) Constructor
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.
Initializes a new instance of ProxyResourceReferenceInfo.
public ProxyResourceReferenceInfo (Azure.Core.ResourceIdentifier sourceArmResourceId);
new Azure.ResourceManager.ResourceMover.Models.ProxyResourceReferenceInfo : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.ResourceMover.Models.ProxyResourceReferenceInfo
Public Sub New (sourceArmResourceId As ResourceIdentifier)
Parameters
- sourceArmResourceId
- ResourceIdentifier
Gets the ARM resource ID of the tracked resource being referenced.
Exceptions
sourceArmResourceId
is null.