Compartir a través de


ComponentResource.CreateResourceIdentifier Método

Definición

Genere el identificador de recurso de una ComponentResource instancia.

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

Parámetros

subscriptionId
String

SubscriptionId.

resourceGroupName
String

ResourceGroupName.

networkFunctionName
String

NetworkFunctionName.

componentName
String

ComponentName.

Devoluciones

Se aplica a