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. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python