Freigeben über


ProviderFeatureClient Class

Definition

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

Applies to