DnsResourceReferenceRequestProperties Class
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 Request.
[Microsoft.Azure.PowerShell.Cmdlets.Dns.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.Api20230701Preview.DnsResourceReferenceRequestPropertiesTypeConverter))]
public class DnsResourceReferenceRequestProperties : Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.Api20230701Preview.IDnsResourceReferenceRequestProperties
[<Microsoft.Azure.PowerShell.Cmdlets.Dns.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.Api20230701Preview.DnsResourceReferenceRequestPropertiesTypeConverter))>]
type DnsResourceReferenceRequestProperties = class
interface IDnsResourceReferenceRequestProperties
interface IJsonSerializable
Public Class DnsResourceReferenceRequestProperties
Implements IDnsResourceReferenceRequestProperties
- Inheritance
-
DnsResourceReferenceRequestProperties
- Attributes
- Implements
Dns |
Creates an new DnsResourceReferenceRequestProperties instance. |
Target |
A list of references to azure resources for which referencing dns records need to be queried. |
Deserialize |
Deserializes a IDictionary into an instance of DnsResourceReferenceRequestProperties. |
Deserialize |
Deserializes a PSObject into an instance of DnsResourceReferenceRequestProperties. |
From |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.Api20230701Preview.IDnsResourceReferenceRequestProperties. |
From |
Creates a new instance of DnsResourceReferenceRequestProperties, deserializing the content from a json string. |
To |
Serializes this instance of DnsResourceReferenceRequestProperties into a JsonNode. |
To |
Serializes this instance to a json string. |
To |