你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ZoneListResult Class

Definition

The response to a Zone List or ListAll operation.

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

Constructors

ZoneListResult()

Creates an new ZoneListResult instance.

Properties

NextLink

The continuation token for the next page of results.

Value

Information about the DNS zones.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ZoneListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ZoneListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.Api20230701Preview.IZoneListResult.

FromJsonString(String)

Creates a new instance of ZoneListResult, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ZoneListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to