DnsResourceReferenceResult 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.
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.Api20230701Preview.DnsResourceReferenceResultTypeConverter))]
public class DnsResourceReferenceResult : Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.Api20230701Preview.IDnsResourceReferenceResult
[<Microsoft.Azure.PowerShell.Cmdlets.Dns.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.Api20230701Preview.DnsResourceReferenceResultTypeConverter))>]
type DnsResourceReferenceResult = class
interface IDnsResourceReferenceResult
interface IJsonSerializable
Public Class DnsResourceReferenceResult
Implements IDnsResourceReferenceResult
- Inheritance
-
DnsResourceReferenceResult
- Attributes
- Implements
Constructors
DnsResourceReferenceResult() |
Creates an new DnsResourceReferenceResult instance. |
Properties
DnsResourceReference |
The result of dns resource reference request. A list of dns resource references for each of the azure resource in the request |
Methods
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.Api20230701Preview.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() |