NewAzureRmDnsRecordConfig.Target Property

Definition

[System.Management.Automation.Parameter(HelpMessage="The target host for the SRV record to add. Must not be relative to the name of the zone. Must not have a terminating dot", Mandatory=true, ParameterSetName="SRV")]
[System.Management.Automation.ValidateNotNullOrEmpty]
public string Target { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="The target host for the SRV record to add. Must not be relative to the name of the zone. Must not have a terminating dot", Mandatory=true, ParameterSetName="SRV")>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.Target : string with get, set
Public Property Target As String

Property Value

String
Attributes

Applies to