DnsResourceReferenceRequest 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.DnsResourceReferenceRequestTypeConverter))]
public class DnsResourceReferenceRequest : Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.Api20230701Preview.IDnsResourceReferenceRequest
[<Microsoft.Azure.PowerShell.Cmdlets.Dns.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.Api20230701Preview.DnsResourceReferenceRequestTypeConverter))>]
type DnsResourceReferenceRequest = class
interface IDnsResourceReferenceRequest
interface IJsonSerializable
Public Class DnsResourceReferenceRequest
Implements IDnsResourceReferenceRequest
- Inheritance
-
DnsResourceReferenceRequest
- Attributes
- Implements
Constructors
DnsResourceReferenceRequest() |
Creates an new DnsResourceReferenceRequest 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 DnsResourceReferenceRequest. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DnsResourceReferenceRequest. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.Api20230701Preview.IDnsResourceReferenceRequest. |
FromJsonString(String) |
Creates a new instance of DnsResourceReferenceRequest, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DnsResourceReferenceRequest into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |