Compartilhar via


IWithHostNameDnsRecordType<ParentT>.WithDnsRecordType Método

Definição

Especifica o tipo de registro DNS.

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)

Parâmetros

hostNameDnsRecordType
CustomHostNameDnsRecordType

O tipo de registro DNS.

Retornos

Aplica-se a