public static interface AppServiceDomain.DefinitionStages
Modifier and Type | Interface and Description |
---|---|
static interface |
AppServiceDomain.DefinitionStages.Blank
The first stage of the domain definition.
|
static interface |
AppServiceDomain.DefinitionStages.WithAdminContact
A domain definition allowing admin contact to be set.
|
static interface |
AppServiceDomain.DefinitionStages.WithAutoRenew
A domain definition allowing auto-renew setting to be set.
|
static interface |
AppServiceDomain.DefinitionStages.WithBillingContact
A domain definition allowing billing contact to be set.
|
static interface |
AppServiceDomain.DefinitionStages.WithCreate
A domain definition with sufficient inputs to create a new
domain in the cloud, but exposing additional optional inputs to
specify.
|
static interface |
AppServiceDomain.DefinitionStages.WithDomainPrivacy
A domain definition allowing domain privacy to be set.
|
static interface |
AppServiceDomain.DefinitionStages.WithRegistrantContact
A domain definition allowing registrant contact to be set.
|
static interface |
AppServiceDomain.DefinitionStages.WithTechContact
A domain definition allowing tech contact to be set.
|
Copyright © 2019. All rights reserved.