DnsResourceReferenceResultProperties 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.
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.Api20230701Preview.DnsResourceReferenceResultPropertiesTypeConverter))]
public class DnsResourceReferenceResultProperties : Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.Api20230701Preview.IDnsResourceReferenceResultProperties
[<Microsoft.Azure.PowerShell.Cmdlets.Dns.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.Api20230701Preview.DnsResourceReferenceResultPropertiesTypeConverter))>]
type DnsResourceReferenceResultProperties = class
interface IDnsResourceReferenceResultProperties
interface IJsonSerializable
Public Class DnsResourceReferenceResultProperties
Implements IDnsResourceReferenceResultProperties
- Inheritance
-
DnsResourceReferenceResultProperties
- Attributes
- Implements
Constructors
DnsResourceReferenceResultProperties() |
Creates an new DnsResourceReferenceResultProperties 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 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.Api20230701Preview.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() |