FeatureClient Class
Azure Feature Exposure Control (AFEC) provides a mechanism for the resource providers to control feature exposure to users. Resource providers typically use this mechanism to provide public/private preview for new features prior to making them generally available. Users need to explicitly register for AFEC features to get access to such functionality.
- Inheritance
-
azure.mgmt.resource.features.v2021_07_01.operations._operations.FeatureClientOperationsMixinFeatureClient
Constructor
FeatureClient(credential: TokenCredential, subscription_id: str, base_url: str = 'https://management.azure.com', **kwargs: Any)
Parameters
Name | Description |
---|---|
credential
Required
|
Credential needed for the client to connect to Azure. Required. |
subscription_id
Required
|
The Azure subscription ID. Required. |
base_url
|
Service URL. Default value is "https://management.azure.com". Default value: https://management.azure.com
|
Keyword-Only Parameters
Name | Description |
---|---|
api_version
|
Api Version. Default value is "2021-07-01". Note that overriding this default value may result in unsupported behavior. |
Variables
Name | Description |
---|---|
features
|
FeaturesOperations operations |
subscription_feature_registrations
|
SubscriptionFeatureRegistrationsOperations operations |
Methods
close |
close
close() -> None
Azure SDK for Python