DnsResourceReferenceRequestProperties 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 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
Constructors
DnsResourceReferenceRequestProperties() |
Creates an new DnsResourceReferenceRequestProperties instance. |
Properties
TargetResource |
A list of references to azure resources for which referencing dns records need to be queried. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DnsResourceReferenceRequestProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DnsResourceReferenceRequestProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.Api20230701Preview.IDnsResourceReferenceRequestProperties. |
FromJsonString(String) |
Creates a new instance of DnsResourceReferenceRequestProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DnsResourceReferenceRequestProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |