IWithHostNameDnsRecordType<ParentT>.WithDnsRecordType Method

Definition

Specifies the DNS record type.

public Microsoft.Azure.Management.AppService.Fluent.HostNameBinding.Definition.IWithAttach<ParentT> WithDnsRecordType (Microsoft.Azure.Management.AppService.Fluent.Models.CustomHostNameDnsRecordType hostNameDnsRecordType);
abstract member WithDnsRecordType : Microsoft.Azure.Management.AppService.Fluent.Models.CustomHostNameDnsRecordType -> Microsoft.Azure.Management.AppService.Fluent.HostNameBinding.Definition.IWithAttach<'ParentT>
Public Function WithDnsRecordType (hostNameDnsRecordType As CustomHostNameDnsRecordType) As IWithAttach(Of ParentT)

Parameters

hostNameDnsRecordType
CustomHostNameDnsRecordType

The DNS record type.

Returns

Applies to