DnsResourceReferenceResultProperties Class

Definition

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

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

Constructors

Name Description
DnsResourceReferenceResultProperties()

Creates an new DnsResourceReferenceResultProperties 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 DnsResourceReferenceResultProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DnsResourceReferenceResultProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DnsResourceReferenceResultProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to