你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AppServiceDomain.Definition Interface
public interface Definition extends AppServiceDomain.DefinitionStages.Blank,AppServiceDomain.DefinitionStages.WithAdminContact,AppServiceDomain.DefinitionStages.WithBillingContact,AppServiceDomain.DefinitionStages.WithRegistrantContact,AppServiceDomain.DefinitionStages.WithTechContact,AppServiceDomain.DefinitionStages.WithCreate
Container interface for all the definitions that need to be implemented.
Inherited Members
Creatable<T>.create()
Creatable<T>.createAsync(final ServiceCallback<T> callback)
Creatable<T>.createAsync()
AppServiceDomain.DefinitionStages.WithRegistrantContact.defineRegistrantContact()
Indexable.key()
HasName.name()
AppServiceDomain.DefinitionStages.WithAdminContact.withAdminContact(Contact contact)
AppServiceDomain.DefinitionStages.WithAutoRenew.withAutoRenewEnabled(boolean autoRenew)
AppServiceDomain.DefinitionStages.WithBillingContact.withBillingContact(Contact contact)
AppServiceDomain.DefinitionStages.WithDomainPrivacy.withDomainPrivacyEnabled(boolean domainPrivacy)
GroupableResource.DefinitionStages.WithExistingResourceGroup<T>.withExistingResourceGroup(String groupName)
GroupableResource.DefinitionStages.WithExistingResourceGroup<T>.withExistingResourceGroup(ResourceGroup group)
AppServiceDomain.DefinitionStages.WithRegistrantContact.withRegistrantContact(Contact contact)
Resource.DefinitionWithTags<T>.withTag(String key, String value)
Resource.DefinitionWithTags<T>.withTags(Map<String, String> tags)
AppServiceDomain.DefinitionStages.WithTechContact.withTechContact(Contact contact)