ProviderFeatureClient.ListPSProviderFeatures Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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