DnsResourceReference 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 a single Azure resource and its referencing DNS records.
[Microsoft.Azure.PowerShell.Cmdlets.Dns.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.Api20230701Preview.DnsResourceReferenceTypeConverter))]
public class DnsResourceReference : Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.Api20230701Preview.IDnsResourceReference
[<Microsoft.Azure.PowerShell.Cmdlets.Dns.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.Api20230701Preview.DnsResourceReferenceTypeConverter))>]
type DnsResourceReference = class
interface IDnsResourceReference
interface IJsonSerializable
Public Class DnsResourceReference
Implements IDnsResourceReference
- Inheritance
-
DnsResourceReference
- Attributes
- Implements
Constructors
DnsResourceReference() |
Creates an new DnsResourceReference instance. |
Properties
DnsResource |
A list of dns Records |
TargetResourceId |
Resource Id. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DnsResourceReference. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DnsResourceReference. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.Api20230701Preview.IDnsResourceReference. |
FromJsonString(String) |
Creates a new instance of DnsResourceReference, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DnsResourceReference into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |