MoveResource.CreateResourceIdentifier(String, String, String, String) Method

Definition

Generate the resource identifier of a MoveResource instance.

public static Azure.Core.ResourceIdentifier CreateResourceIdentifier (string subscriptionId, string resourceGroupName, string moveCollectionName, string moveResourceName);
static member CreateResourceIdentifier : string * string * string * string -> Azure.Core.ResourceIdentifier
Public Shared Function CreateResourceIdentifier (subscriptionId As String, resourceGroupName As String, moveCollectionName As String, moveResourceName As String) As ResourceIdentifier

Parameters

subscriptionId
String
resourceGroupName
String
moveCollectionName
String
moveResourceName
String

Returns

Applies to