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. |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python