Share via


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IUpdate 接口

定义

域更新操作的模板,包含可修改的所有设置。

public interface IUpdate : Microsoft.Azure.Management.AppService.Fluent.AppServiceDomain.Update.IWithAdminContact, Microsoft.Azure.Management.AppService.Fluent.AppServiceDomain.Update.IWithAutoRenew, Microsoft.Azure.Management.AppService.Fluent.AppServiceDomain.Update.IWithBillingContact, Microsoft.Azure.Management.AppService.Fluent.AppServiceDomain.Update.IWithDomainPrivacy, Microsoft.Azure.Management.AppService.Fluent.AppServiceDomain.Update.IWithTechContact, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Update.IUpdateWithTags<Microsoft.Azure.Management.AppService.Fluent.AppServiceDomain.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.AppService.Fluent.IAppServiceDomain>
type IUpdate = interface
    interface IAppliable<IAppServiceDomain>
    interface IIndexable
    interface IWithAdminContact
    interface IWithBillingContact
    interface IWithTechContact
    interface IWithAutoRenew
    interface IWithDomainPrivacy
    interface IUpdateWithTags<IUpdate>
Public Interface IUpdate
Implements IAppliable(Of IAppServiceDomain), IUpdateWithTags(Of IUpdate), IWithAdminContact, IWithAutoRenew, IWithBillingContact, IWithDomainPrivacy, IWithTechContact
实现

属性

Key

域更新操作的模板,包含可修改的所有设置。

(继承自 IIndexable)

方法

Apply()

执行更新请求。

(继承自 IAppliable<T>)
ApplyAsync(CancellationToken, Boolean)

异步执行更新请求。

(继承自 IAppliable<T>)
WithAdminContact(Contact)

指定管理员联系人。

(继承自 IWithAdminContact)
WithAutoRenewEnabled(Boolean)

指定域在即将过期时是否应自动续订。

(继承自 IWithAutoRenew)
WithBillingContact(Contact)

指定计费联系人。

(继承自 IWithBillingContact)
WithDomainPrivacyEnabled(Boolean)

指定是否公开注册联系人信息。 如果启用了域隐私,则不会公开提供联系人信息。

(继承自 IWithDomainPrivacy)
WithoutTag(String)

从资源中删除标记。

(继承自 IUpdateWithTags<T>)
WithTag(String, String)

将标记添加到资源。

(继承自 IUpdateWithTags<T>)
WithTags(IDictionary<String,String>)

将资源的标记指定为 {@link Map}。

(继承自 IUpdateWithTags<T>)
WithTechContact(Contact)

指定技术联系人。

(继承自 IWithTechContact)

适用于