BaseAdminRule Class
Network base admin rule.
You probably want to use the sub-classes and not this class directly. Known sub-classes are: AdminRule, DefaultAdminRule
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.network.models._models_py3.ChildResourceBaseAdminRule
Constructor
BaseAdminRule(**kwargs: Any)
Variables
Name | Description |
---|---|
id
|
Resource ID. |
name
|
Resource name. |
type
|
Resource type. |
etag
|
A unique read-only string that changes whenever the resource is updated. |
kind
|
str or
AdminRuleKind
Whether the rule is custom or default. Required. Known values are: "Custom" and "Default". |
system_data
|
The system metadata related to this resource. |
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