Share via


ProviderFeatureClient.DeleteFeatureRegistration(String, String) Method

Definition

Deletes a feature registration on the current subscription

public void DeleteFeatureRegistration (string providerName, string featureName);
member this.DeleteFeatureRegistration : string * string -> unit
Public Sub DeleteFeatureRegistration (providerName As String, featureName As String)

Parameters

providerName
String

The name of the resource provider

featureName
String

The name of the feature

Applies to