Scope Class
Scope is an enumeration of values for the scope of an asset.
Scope can be 'subscription' or 'resource_group'.
- Inheritance
-
builtins.objectScope
Constructor
Scope()
Attributes
RESOURCE_GROUP
Resource group scope.
RESOURCE_GROUP = 'resource_group'
SUBSCRIPTION
Subscription scope.
SUBSCRIPTION = 'subscription'
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