SubscriptionFeatureRegistrationProperties Class
SubscriptionFeatureRegistrationProperties.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.resource.features._serialization.ModelSubscriptionFeatureRegistrationProperties
Constructor
SubscriptionFeatureRegistrationProperties(*, state: str | _models.SubscriptionFeatureRegistrationState | None = None, authorization_profile: _models.AuthorizationProfile | None = None, metadata: Dict[str, str] | None = None, should_feature_display_in_portal: bool = False, description: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
state
|
The state. Known values are: "NotSpecified", "NotRegistered", "Pending", "Registering", "Registered", "Unregistering", and "Unregistered". |
authorization_profile
|
Authorization Profile. |
metadata
|
Key-value pairs for meta data. |
should_feature_display_in_portal
|
Indicates whether feature should be displayed in Portal. |
description
|
The feature description. |
Variables
Name | Description |
---|---|
tenant_id
|
The tenantId. |
subscription_id
|
The subscriptionId. |
feature_name
|
The featureName. |
display_name
|
The featureDisplayName. |
provider_namespace
|
The providerNamespace. |
state
|
The state. Known values are: "NotSpecified", "NotRegistered", "Pending", "Registering", "Registered", "Unregistering", and "Unregistered". |
authorization_profile
|
Authorization Profile. |
metadata
|
Key-value pairs for meta data. |
release_date
|
The feature release date. |
registration_date
|
The feature registration date. |
documentation_link
|
The feature documentation link. |
approval_type
|
The feature approval type. Known values are: "NotSpecified", "ApprovalRequired", and "AutoApproval". |
should_feature_display_in_portal
|
Indicates whether feature should be displayed in Portal. |
description
|
The feature description. |
Azure SDK for Python