ProviderFeatureClient Class
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.
Helper client for performing operations on features
public class ProviderFeatureClient
type ProviderFeatureClient = class
Public Class ProviderFeatureClient
- Inheritance
-
ProviderFeatureClient
Constructors
| Name | Description |
|---|---|
| ProviderFeatureClient() |
Initializes a new instance of the ProviderFeatureClient class. |
| ProviderFeatureClient(IAzureContext) |
Initializes a new instance of the ProviderFeatureClient class. |
Fields
| Name | Description |
|---|---|
| RegisteredStateName |
The Registered state |
Properties
| Name | Description |
|---|---|
| FeaturesManagementClient |
The features management client |
Methods
| Name | Description |
|---|---|
| CreateFeatureRegistration(String, String) |
Creates a feature registration on the current subscription |
| DeleteFeatureRegistration(String, String) |
Deletes a feature registration on the current subscription |
| ListFeatureRegistrations(String, String) |
Lists the feature registrations on the current subscription |
| ListPSProviderFeatures(Boolean, String) |
Lists the features that ARM knows about |
| ListPSProviderFeatures(String, String) |
Lists the features that ARM knows about |
| RegisterProviderFeature(String, String) |
Registers a feature on the current subscription |
| UnregisterProviderFeature(String, String) |
Unregisters a feature on the current subscription |