NewAzureRmDnsRecordConfig.Target Property
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.
[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
- Attributes