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

TagPatchMode 结构

定义

修补程序 API 的操作类型。

public readonly struct TagPatchMode : IEquatable<Azure.ResourceManager.Resources.Models.TagPatchMode>
type TagPatchMode = struct
Public Structure TagPatchMode
Implements IEquatable(Of TagPatchMode)
继承
TagPatchMode
实现

构造函数

TagPatchMode(String)

初始化 TagPatchMode 的新实例。

属性

Delete

“delete”选项允许根据给定的名称或名称/值对有选择地删除标记。

Merge

“merge”选项允许添加具有新名称的标记,以及使用现有名称更新标记的值。

Replace

“replace”选项将整个现有标记集替换为新集。

方法

Equals(TagPatchMode)

指示当前对象是否等于同一类型的另一个对象。

ToString()

返回此实例的完全限定类型名称。

运算符

Equality(TagPatchMode, TagPatchMode)

确定两个 TagPatchMode 值是否相同。

Implicit(String to TagPatchMode)

将字符串转换为 TagPatchMode

Inequality(TagPatchMode, TagPatchMode)

确定两个 TagPatchMode 值是否不相同。

适用于