ResourceGroupLongTermRetentionManagedInstanceBackupResource.CreateResourceIdentifier Method

Definition

Generate the resource identifier of a ResourceGroupLongTermRetentionManagedInstanceBackupResource instance.

public static Azure.Core.ResourceIdentifier CreateResourceIdentifier (string subscriptionId, string resourceGroupName, Azure.Core.AzureLocation locationName, string managedInstanceName, string databaseName, string backupName);
static member CreateResourceIdentifier : string * string * Azure.Core.AzureLocation * string * string * string -> Azure.Core.ResourceIdentifier
Public Shared Function CreateResourceIdentifier (subscriptionId As String, resourceGroupName As String, locationName As AzureLocation, managedInstanceName As String, databaseName As String, backupName As String) As ResourceIdentifier

Parameters

subscriptionId
String

The subscriptionId.

resourceGroupName
String

The resourceGroupName.

locationName
AzureLocation

The locationName.

managedInstanceName
String

The managedInstanceName.

databaseName
String

The databaseName.

backupName
String

The backupName.

Returns

Applies to