Share via


ProviderFeatureClient.ListFeatureRegistrations(String, String) Method

Definition

Lists the feature registrations on the current subscription

public Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSSubscriptionFeatureRegistration[] ListFeatureRegistrations (string providerName = default, string featureName = default);
member this.ListFeatureRegistrations : string * string -> Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSSubscriptionFeatureRegistration[]
Public Function ListFeatureRegistrations (Optional providerName As String = Nothing, Optional featureName As String = Nothing) As PSSubscriptionFeatureRegistration()

Parameters

providerName
String

The name of the resource provider

featureName
String

The name of the feature

Returns

Applies to