AppServiceDomain.DefinitionStages.WithRegistrantContact Interface
public static interface AppServiceDomain.DefinitionStages.WithRegistrantContact
A domain definition allowing registrant contact to be set.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Blank<With |
defineRegistrantContact()
Starts the definition of a new domain contact. |
abstract
With |
withRegistrantContact(Contact contact)
Specify the registrant contact. |
Method Details
defineRegistrantContact
public abstract DomainContact.DefinitionStages.Blank
Starts the definition of a new domain contact.
Returns:
the first stage of the domain contact definition
withRegistrantContact
public abstract AppServiceDomain.DefinitionStages.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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Java