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

IUpdate 接口

定义

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

public interface IUpdate : Microsoft.Azure.Management.Cdn.Fluent.CdnProfile.Update.IWithEndpoint, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Update.IUpdateWithTags<Microsoft.Azure.Management.Cdn.Fluent.CdnProfile.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.Cdn.Fluent.ICdnProfile>
type IUpdate = interface
    interface IAppliable<ICdnProfile>
    interface IIndexable
    interface IWithEndpoint
    interface IWithEndpointBeta
    interface IBeta
    interface IUpdateWithTags<IUpdate>
Public Interface IUpdate
Implements IAppliable(Of ICdnProfile), IBeta, IUpdateWithTags(Of IUpdate), IWithEndpoint
实现

属性

Key

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

(继承自 IIndexable)

方法

Apply()

执行更新请求。

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

异步执行更新请求。

(继承自 IAppliable<T>)
DefineNewEndpoint()

启动要附加到 CDN 配置文件的新终结点的定义。

(继承自 IWithEndpointBeta)
DefineNewEndpoint(String)

启动要附加到 CDN 配置文件的新终结点的定义。

(继承自 IWithEndpoint)
DefineNewEndpoint(String, String)

指定要附加到 CDN 配置文件的终结点的定义。

(继承自 IWithEndpointBeta)
DefineNewPremiumEndpoint()

启动要附加到此高级 Verizon CDN 配置文件的新终结点的定义。

(继承自 IWithEndpointBeta)
DefineNewPremiumEndpoint(String)

启动要附加到此高级 Verizon CDN 配置文件的新终结点的定义。

(继承自 IWithEndpoint)
DefineNewPremiumEndpoint(String, String)

启动要附加到此高级 Verizon CDN 配置文件的新终结点的定义。

(继承自 IWithEndpointBeta)
UpdateEndpoint(String)

开始对当前配置文件中现有终结点的更新的说明。

(继承自 IWithEndpoint)
UpdatePremiumEndpoint(String)

开始描述当前 Premium Verizon 配置文件中现有终结点的更新。

(继承自 IWithEndpoint)
WithNewEndpoint(String)

添加新终结点。

(继承自 IWithEndpoint)
WithNewPremiumEndpoint(String)

将新终结点添加到当前 Premium Verizon CDN 配置文件。

(继承自 IWithEndpoint)
WithoutEndpoint(String)

从配置文件中删除终结点。

(继承自 IWithEndpoint)
WithoutTag(String)

从资源中删除标记。

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

将标记添加到资源。

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

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

(继承自 IUpdateWithTags<T>)

适用于