DomainPatchResource.TargetDnsType Property

Definition

Gets or sets target DNS type (would be used for migration). Possible values include: 'AzureDns', 'DefaultDomainRegistrarDns'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.targetDnsType")]
public Microsoft.Azure.Management.AppService.Fluent.Models.DnsType? TargetDnsType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.targetDnsType")>]
member this.TargetDnsType : Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.DnsType> with get, set
Public Property TargetDnsType As Nullable(Of DnsType)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to