ManagedInstanceEncryptionProtectorResource.CreateResourceIdentifier Method

Definition

Generate the resource identifier of a ManagedInstanceEncryptionProtectorResource instance.

public static Azure.Core.ResourceIdentifier CreateResourceIdentifier (string subscriptionId, string resourceGroupName, string managedInstanceName, Azure.ResourceManager.Sql.Models.EncryptionProtectorName encryptionProtectorName);
static member CreateResourceIdentifier : string * string * string * Azure.ResourceManager.Sql.Models.EncryptionProtectorName -> Azure.Core.ResourceIdentifier
Public Shared Function CreateResourceIdentifier (subscriptionId As String, resourceGroupName As String, managedInstanceName As String, encryptionProtectorName As EncryptionProtectorName) As ResourceIdentifier

Parameters

subscriptionId
String

The subscriptionId.

resourceGroupName
String

The resourceGroupName.

managedInstanceName
String

The managedInstanceName.

encryptionProtectorName
EncryptionProtectorName

The encryptionProtectorName.

Returns

Applies to