Uses of Interface
com.microsoft.azure.management.appservice.AppServiceDomain.DefinitionStages.WithCreate
-
-
Uses of AppServiceDomain.DefinitionStages.WithCreate in com.microsoft.azure.management.appservice
Subinterfaces of AppServiceDomain.DefinitionStages.WithCreate in com.microsoft.azure.management.appservice Modifier and Type Interface Description static interfaceAppServiceDomain.DefinitionContainer interface for all the definitions that need to be implemented.Methods in com.microsoft.azure.management.appservice that return AppServiceDomain.DefinitionStages.WithCreate Modifier and Type Method Description AppServiceDomain.DefinitionStages.WithCreateAppServiceDomain.DefinitionStages.WithAdminContact. withAdminContact(Contact contact)Specify the admin contact.AppServiceDomain.DefinitionStages.WithCreateAppServiceDomain.DefinitionStages.WithAutoRenew. withAutoRenewEnabled(boolean autoRenew)Specifies if the domain should be automatically renewed when it's about to expire.AppServiceDomain.DefinitionStages.WithCreateAppServiceDomain.DefinitionStages.WithBillingContact. withBillingContact(Contact contact)Specify the billing contact.AppServiceDomain.DefinitionStages.WithCreateAppServiceDomain.DefinitionStages.WithDomainPrivacy. withDomainPrivacyEnabled(boolean domainPrivacy)Specifies if the registrant contact information is exposed publicly.AppServiceDomain.DefinitionStages.WithCreateAppServiceDomain.DefinitionStages.WithRegistrantContact. withRegistrantContact(Contact contact)Specify the registrant contact.AppServiceDomain.DefinitionStages.WithCreateAppServiceDomain.DefinitionStages.WithTechContact. withTechContact(Contact contact)Specify the tech contact.Methods in com.microsoft.azure.management.appservice that return types with arguments of type AppServiceDomain.DefinitionStages.WithCreate Modifier and Type Method Description DomainContact.DefinitionStages.Blank<AppServiceDomain.DefinitionStages.WithCreate>AppServiceDomain.DefinitionStages.WithRegistrantContact. defineRegistrantContact()Starts the definition of a new domain contact.
-