DnsResourceReferenceResult Class

Definition

Represents the properties of the Dns Resource Reference Result.

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

Constructors

Name Description
DnsResourceReferenceResult()

Creates an new DnsResourceReferenceResult instance.

Properties

Name Description
DnsResourceReference

The result of dns resource reference request. A list of dns resource references for each of the azure resource in the request

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DnsResourceReferenceResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DnsResourceReferenceResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DnsResourceReferenceResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to