ZoneUpdate Class

Definition

Describes a request to update a DNS zone.

[Microsoft.Azure.PowerShell.Cmdlets.Dns.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.ZoneUpdateTypeConverter))]
public class ZoneUpdate : Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.IZoneUpdate
[<Microsoft.Azure.PowerShell.Cmdlets.Dns.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.ZoneUpdateTypeConverter))>]
type ZoneUpdate = class
    interface IZoneUpdate
    interface IJsonSerializable
Public Class ZoneUpdate
Implements IZoneUpdate
Inheritance
ZoneUpdate
Attributes
Implements

Constructors

Name Description
ZoneUpdate()

Creates an new ZoneUpdate instance.

Properties

Name Description
Tag

Resource tags.

Methods

Name Description
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.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()

Applies to