Share via


IWithDomain<ParentT>.WithThirdPartyDomain(String) Method

Definition

Binds to a 3rd party domain.

public Microsoft.Azure.Management.AppService.Fluent.HostNameBinding.Definition.IWithSubDomain<ParentT> WithThirdPartyDomain (string domain);
abstract member WithThirdPartyDomain : string -> Microsoft.Azure.Management.AppService.Fluent.HostNameBinding.Definition.IWithSubDomain<'ParentT>
Public Function WithThirdPartyDomain (domain As String) As IWithSubDomain(Of ParentT)

Parameters

domain
String

The 3rd party domain name.

Returns

Applies to