Share via


ProviderFeatureClient.ListPSProviderFeatures Method

Definition

Overloads

ListPSProviderFeatures(Boolean, String)

Lists the features that ARM knows about

ListPSProviderFeatures(String, String)

Lists the features that ARM knows about

ListPSProviderFeatures(Boolean, String)

Lists the features that ARM knows about

public virtual Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSProviderFeature[] ListPSProviderFeatures (bool listAvailable, string resourceProviderNamespace = default);
abstract member ListPSProviderFeatures : bool * string -> Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSProviderFeature[]
override this.ListPSProviderFeatures : bool * string -> Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSProviderFeature[]
Public Overridable Function ListPSProviderFeatures (listAvailable As Boolean, Optional resourceProviderNamespace As String = Nothing) As PSProviderFeature()

Parameters

listAvailable
Boolean

When set to true, lists all features that are available including those not registered on the current subscription

resourceProviderNamespace
String

When specified, returns all features that are defined by this resource provider namespace

Returns

Applies to

ListPSProviderFeatures(String, String)

Lists the features that ARM knows about

public virtual Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSProviderFeature[] ListPSProviderFeatures (string resourceProviderNamespace = default, string featureName = default);
abstract member ListPSProviderFeatures : string * string -> Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSProviderFeature[]
override this.ListPSProviderFeatures : string * string -> Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSProviderFeature[]
Public Overridable Function ListPSProviderFeatures (Optional resourceProviderNamespace As String = Nothing, Optional featureName As String = Nothing) As PSProviderFeature()

Parameters

resourceProviderNamespace
String

When specified, returns all features that are defined by this resource provider namespace

featureName
String

When specified, returns all features that have this name

Returns

Applies to