ZoneUpdate Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes a request to update a DNS zone.
[Microsoft.Azure.PowerShell.Cmdlets.Dns.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.Api20230701Preview.ZoneUpdateTypeConverter))]
public class ZoneUpdate : Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.Api20230701Preview.IZoneUpdate
[<Microsoft.Azure.PowerShell.Cmdlets.Dns.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.Api20230701Preview.ZoneUpdateTypeConverter))>]
type ZoneUpdate = class
interface IZoneUpdate
interface IJsonSerializable
Public Class ZoneUpdate
Implements IZoneUpdate
- Inheritance
-
ZoneUpdate
- Attributes
- Implements
Constructors
ZoneUpdate() |
Creates an new ZoneUpdate instance. |
Properties
Tag |
Resource tags. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ZoneUpdate. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ZoneUpdate. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.Api20230701Preview.IZoneUpdate. |
FromJsonString(String) |
Creates a new instance of ZoneUpdate, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ZoneUpdate into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |