Метод | Описание | |
---|---|---|
ListPSProviderFeatures ( bool listAvailable, string resourceProviderNamespace = null ) : Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSProviderFeature[] |
Lists the features that ARM knows about
|
|
ListPSProviderFeatures ( string resourceProviderNamespace = null, string featureName = null ) : Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSProviderFeature[] |
Lists the features that ARM knows about
|
|
ProviderFeatureClient ( ) : Microsoft.Azure.Commands.Common.Authentication |
Initializes a new instance of the ProviderFeatureClient class.
|
|
ProviderFeatureClient ( |
Initializes a new instance of the ProviderFeatureClient class.
|
|
RegisterProviderFeature ( string providerName, string featureName ) : |
Registers a feature on the current subscription
|
Метод | Описание | |
---|---|---|
IsFeatureRegistered ( FeatureResult feature ) : bool |
Checks if a feature is registered with the current subscription
|
|
ListPSProviderFeatures ( string resourceProviderNamespace = null, string featureName = null, bool listAvailable = false ) : Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSProviderFeature[] |
Lists the features that ARM knows about
|
public ListPSProviderFeatures ( bool listAvailable, string resourceProviderNamespace = null ) : Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSProviderFeature[] | ||
listAvailable | bool | 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 |
Результат | Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSProviderFeature[] |
public ListPSProviderFeatures ( string resourceProviderNamespace = null, string featureName = null ) : Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSProviderFeature[] | ||
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 |
Результат | Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSProviderFeature[] |
public ProviderFeatureClient ( ) : Microsoft.Azure.Commands.Common.Authentication | ||
Результат | Microsoft.Azure.Commands.Common.Authentication |
public ProviderFeatureClient ( |
||
context | The azure context | |
Результат | Microsoft.Azure.Commands.Common.Authentication |
public RegisterProviderFeature ( string providerName, string featureName ) : |
||
providerName | string | The name of the resource provider |
featureName | string | The name of the feature |
Результат |