| Modifier and Type | Interface and Description |
|---|---|
static interface |
AppServiceDomain.Definition
Container interface for all the definitions that need to be implemented.
|
| Modifier and Type | Method and Description |
|---|---|
AppServiceDomain.DefinitionStages.WithCreate |
AppServiceDomain.DefinitionStages.WithAdminContact.withAdminContact(Contact contact)
Specify the admin contact.
|
AppServiceDomain.DefinitionStages.WithCreate |
AppServiceDomain.DefinitionStages.WithAutoRenew.withAutoRenewEnabled(boolean autoRenew)
Specifies if the domain should be automatically renewed when it's
about to expire.
|
AppServiceDomain.DefinitionStages.WithCreate |
AppServiceDomain.DefinitionStages.WithBillingContact.withBillingContact(Contact contact)
Specify the billing contact.
|
AppServiceDomain.DefinitionStages.WithCreate |
AppServiceDomain.DefinitionStages.WithDomainPrivacy.withDomainPrivacyEnabled(boolean domainPrivacy)
Specifies if the registrant contact information is exposed publicly.
|
AppServiceDomain.DefinitionStages.WithCreate |
AppServiceDomain.DefinitionStages.WithRegistrantContact.withRegistrantContact(Contact contact)
Specify the registrant contact.
|
AppServiceDomain.DefinitionStages.WithCreate |
AppServiceDomain.DefinitionStages.WithTechContact.withTechContact(Contact contact)
Specify the tech contact.
|
| Modifier and Type | Method and Description |
|---|---|
DomainContact.DefinitionStages.Blank<AppServiceDomain.DefinitionStages.WithCreate> |
AppServiceDomain.DefinitionStages.WithRegistrantContact.defineRegistrantContact()
Starts the definition of a new domain contact.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/