FeatureResource.CreateResourceIdentifier(String, String, String) Method

Definition

Generate the resource identifier of a FeatureResource instance.

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

Parameters

subscriptionId
String

The subscriptionId.

resourceProviderNamespace
String

The resourceProviderNamespace.

featureName
String

The featureName.

Returns

Applies to