IDnsResourceReferenceRequest.TargetResource Property

Definition

A list of references to azure resources for which referencing dns records need to be queried.

[Microsoft.Azure.PowerShell.Cmdlets.Dns.Runtime.Info(Create=true, Description="A list of references to azure resources for which referencing dns records need to be queried.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.ISubResource) }, Read=true, ReadOnly=false, Required=false, SerializedName="targetResources", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.ISubResource> TargetResource { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Dns.Runtime.Info(Create=true, Description="A list of references to azure resources for which referencing dns records need to be queried.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.ISubResource) }, Read=true, ReadOnly=false, Required=false, SerializedName="targetResources", Update=true)>]
member this.TargetResource : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.ISubResource> with get, set
Public Property TargetResource As List(Of ISubResource)

Property Value

Attributes

Applies to