IDomainPatchResource.DnsType 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.
Current DNS type
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Current DNS type", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DnsType) }, ReadOnly=false, Required=false, SerializedName="dnsType")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DnsType? DnsType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Current DNS type", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DnsType) }, ReadOnly=false, Required=false, SerializedName="dnsType")>]
member this.DnsType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DnsType> with get, set
Public Property DnsType As Nullable(Of DnsType)
Property Value
- Attributes