ProviderFeatureClient.ListPSProviderFeatures Method

Definition

Overloads

ListPSProviderFeatures(Boolean, String)
ListPSProviderFeatures(String, String)

ListPSProviderFeatures(Boolean, String)

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
resourceProviderNamespace
String

Returns

PSProviderFeature[]

Applies to

ListPSProviderFeatures(String, String)

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
featureName
String

Returns

PSProviderFeature[]

Applies to