Interface AppServiceDomain.DefinitionStages.WithCreate
-
- All Superinterfaces:
AppServiceDomain.DefinitionStages.WithAdminContact,AppServiceDomain.DefinitionStages.WithAutoRenew,AppServiceDomain.DefinitionStages.WithBillingContact,AppServiceDomain.DefinitionStages.WithDnsZone,AppServiceDomain.DefinitionStages.WithDomainPrivacy,AppServiceDomain.DefinitionStages.WithTechContact,Creatable<AppServiceDomain>,HasName,Indexable,Resource.DefinitionWithTags<AppServiceDomain.DefinitionStages.WithCreate>
- All Known Subinterfaces:
AppServiceDomain.Definition
- Enclosing interface:
- AppServiceDomain.DefinitionStages
public static interface AppServiceDomain.DefinitionStages.WithCreate extends AppServiceDomain.DefinitionStages.WithDomainPrivacy, AppServiceDomain.DefinitionStages.WithAutoRenew, AppServiceDomain.DefinitionStages.WithAdminContact, AppServiceDomain.DefinitionStages.WithBillingContact, AppServiceDomain.DefinitionStages.WithTechContact, AppServiceDomain.DefinitionStages.WithDnsZone, Creatable<AppServiceDomain>, Resource.DefinitionWithTags<AppServiceDomain.DefinitionStages.WithCreate>
A domain definition with sufficient inputs to create a new domain in the cloud, but exposing additional optional inputs to specify.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.AppServiceDomain.DefinitionStages.WithAdminContact
withAdminContact
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.AppServiceDomain.DefinitionStages.WithAutoRenew
withAutoRenewEnabled
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.AppServiceDomain.DefinitionStages.WithBillingContact
withBillingContact
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.AppServiceDomain.DefinitionStages.WithDnsZone
withExistingDnsZone, withExistingDnsZone, withNewDnsZone, withNewDnsZone
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.AppServiceDomain.DefinitionStages.WithDomainPrivacy
withDomainPrivacyEnabled
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.AppServiceDomain.DefinitionStages.WithTechContact
withTechContact
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Creatable
create, create, createAsync, createAsync
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
name
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource.DefinitionWithTags
withTag, withTags
-
-