Share via


ProviderFeatureClient Class

Definition

Helper client for performing operations on features

public class ProviderFeatureClient
type ProviderFeatureClient = class
Public Class ProviderFeatureClient
Inheritance
ProviderFeatureClient

Constructors

ProviderFeatureClient()

Initializes a new instance of the ProviderFeatureClient class.

ProviderFeatureClient(IAzureContext)

Initializes a new instance of the ProviderFeatureClient class.

Fields

RegisteredStateName

The Registered state

Properties

FeaturesManagementClient

The features management client

Methods

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