IRecordSetListResult Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.RecordSetListResultTypeConverter))]
public interface IRecordSetListResult : Microsoft.Azure.PowerShell.Cmdlets.Dns.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.RecordSetListResultTypeConverter))>]
type IRecordSetListResult = interface
    interface IJsonSerializable
Public Interface IRecordSetListResult
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
NextLink

The continuation token for the next page of results.

Value

Information about the record sets in the response.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to