Uses of Interface
com.azure.resourcemanager.appservice.models.AppServiceDomain.DefinitionStages.WithCreate
Packages that use AppServiceDomain.DefinitionStages.WithCreate
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of AppServiceDomain.DefinitionStages.WithCreate in com.azure.resourcemanager.appservice.models
Subinterfaces of AppServiceDomain.DefinitionStages.WithCreate in com.azure.resourcemanager.appservice.modelsModifier and TypeInterfaceDescriptionstatic interfaceContainer interface for all the definitions that need to be implemented.Subinterfaces with type arguments of type AppServiceDomain.DefinitionStages.WithCreate in com.azure.resourcemanager.appservice.modelsModifier and TypeInterfaceDescriptionstatic interfaceA domain definition with sufficient inputs to create a new domain in the cloud, but exposing additional optional inputs to specify.Methods in com.azure.resourcemanager.appservice.models that return AppServiceDomain.DefinitionStages.WithCreateModifier and TypeMethodDescriptionAppServiceDomain.DefinitionStages.WithAdminContact.withAdminContact(Contact contact) Specify the admin contact.AppServiceDomain.DefinitionStages.WithAutoRenew.withAutoRenewEnabled(boolean autoRenew) Specifies if the domain should be automatically renewed when it's about to expire.AppServiceDomain.DefinitionStages.WithBillingContact.withBillingContact(Contact contact) Specify the billing contact.AppServiceDomain.DefinitionStages.WithDomainPrivacy.withDomainPrivacyEnabled(boolean domainPrivacy) Specifies if the registrant contact information is exposed publicly.AppServiceDomain.DefinitionStages.WithDnsZone.withExistingDnsZone(DnsZone dnsZone) Specifies an existing DNS zone.AppServiceDomain.DefinitionStages.WithDnsZone.withExistingDnsZone(String dnsZoneId) Specifies an existing DNS zone.AppServiceDomain.DefinitionStages.WithDnsZone.withNewDnsZone(Creatable<DnsZone> dnsZone) Creates a new DNS zone.AppServiceDomain.DefinitionStages.WithDnsZone.withNewDnsZone(String dnsZoneName) Creates a new DNS zone.AppServiceDomain.DefinitionStages.WithRegistrantContact.withRegistrantContact(Contact contact) Specify the registrant contact.AppServiceDomain.DefinitionStages.WithTechContact.withTechContact(Contact contact) Specify the tech contact.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type AppServiceDomain.DefinitionStages.WithCreateModifier and TypeMethodDescriptionAppServiceDomain.DefinitionStages.WithRegistrantContact.defineRegistrantContact()Starts the definition of a new domain contact.