IPRule Class
Represents an IP rule with a value.
- Inheritance
-
azure.ai.ml.entities._mixins.RestTranslatableMixinIPRule
Constructor
IPRule(value: str | None)
Parameters
Name | Description |
---|---|
value
Required
|
An IPv4 address or range in CIDR notation. |
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