你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AppServiceDomain.DefinitionStages.WithRegistrantContact Interface

public interface WithRegistrantContact

A domain definition allowing registrant contact to be set.

Method Summary

Modifier and Type Method and Description
DomainContact.DefinitionStages.Blank<AppServiceDomain.DefinitionStages.WithCreate> defineRegistrantContact()

Starts the definition of a new domain contact.

AppServiceDomain.DefinitionStages.WithCreate withRegistrantContact(Contact contact)

Specify the registrant contact. By default, this is also the contact for admin, billing, and tech.

Method Details

defineRegistrantContact

public DomainContact.DefinitionStages.Blank defineRegistrantContact()

Starts the definition of a new domain contact.

Returns:

the first stage of the domain contact definition

withRegistrantContact

public WithCreate withRegistrantContact(Contact contact)

Specify the registrant contact. By default, this is also the contact for admin, billing, and tech.

Parameters:

contact - the registrant contact

Returns:

the next stage of domain definition

Applies to