SubscriptionFeatureRegistrationProperties Class
SubscriptionFeatureRegistrationProperties.
Variables are only populated by the server, and will be ignored when sending a request.
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". Default value: None
|
|
authorization_profile
|
Authorization Profile. Default value: None
|
|
metadata
|
Key-value pairs for meta data. Default value: None
|
|
should_feature_display_in_portal
|
Indicates whether feature should be displayed in Portal. Default value: False
|
|
description
|
The feature description. Default value: None
|
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. |