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

UpdatableWithTags<T> 接口

类型参数

T

资源的 Fluent 类型

public interface UpdatableWithTags

标记可以作为单独操作更新的资源的接口。

方法摘要

修饰符和类型 方法和描述
abstract UpdateWithTags<T> updateTags()

开始对资源进行标记更新。

方法详细信息

updateTags

public abstract UpdatableWithTags.UpdateWithTags updateTags()

开始对资源进行标记更新。

这是用于更新 Azure 中资源的标记的生成器模式的开头。 在 Azure 中完成定义并启动实际资源更新过程的最后一种方法是 applyTags()

Returns:

新资源更新阶段

适用于