IpamPoolUpdate Class
Represents the IpamPool update API request interface.
- Inheritance
-
azure.mgmt.network._serialization.ModelIpamPoolUpdate
Constructor
IpamPoolUpdate(*, tags: Dict[str, str] | None = None, properties: _models.IpamPoolUpdateProperties | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
tags
|
Dictionary of |
properties
|
Represents the IpamPool update properties. |
Variables
Name | Description |
---|---|
tags
|
Dictionary of |
properties
|
Represents the IpamPool update properties. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python