你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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