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<App |
defineRegistrantContact()
Starts the definition of a new domain contact. |
App |
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
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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java