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

NsRecord Class

Definition

An NS record.

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

Constructors

NsRecord()

Creates an new NsRecord instance.

Properties

Nsdname

The name server name for this NS record.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NsRecord.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NsRecord.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of NsRecord into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to