NsRecord 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.
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) | |
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) | |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |