SubscriptionFeatureRegistrationList Class
The list of subscription feature registrations.
- Inheritance
-
azure.mgmt.resource.features._serialization.ModelSubscriptionFeatureRegistrationList
Constructor
SubscriptionFeatureRegistrationList(*, next_link: str | None = None, value: List[_models.SubscriptionFeatureRegistration] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
next_link
|
The link used to get the next page of subscription feature registrations list. |
value
|
The list of subscription feature registrations. |
Variables
Name | Description |
---|---|
next_link
|
The link used to get the next page of subscription feature registrations list. |
value
|
The list of subscription feature registrations. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python