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

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