RecordSetUpdateParameters Class
Parameters supplied to update a record set.
- Inheritance
-
azure.mgmt.dns._serialization.ModelRecordSetUpdateParameters
Constructor
RecordSetUpdateParameters(*, record_set: _models.RecordSet | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
record_set
|
Specifies information about the record set being updated. |
Variables
Name | Description |
---|---|
record_set
|
Specifies information about the record set being updated. |
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