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

CreatedByType 结构

定义

定义 CreatedByType 的值。

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.CreatedByTypeConverter))]
public struct CreatedByType : IEquatable<Microsoft.Azure.Management.Media.Models.CreatedByType>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.CreatedByTypeConverter))>]
type CreatedByType = struct
Public Structure CreatedByType
Implements IEquatable(Of CreatedByType)
继承
CreatedByType
属性
Newtonsoft.Json.JsonConverterAttribute
实现

字段

Application

定义 CreatedByType 的值。

Key

定义 CreatedByType 的值。

ManagedIdentity

定义 CreatedByType 的值。

User

定义 CreatedByType 的值。

方法

Equals(CreatedByType)

比较 CreatedByType 类型的枚举

Equals(Object)

替代 CreatedByType 的 Equals 运算符

GetHashCode()

为 hashCode CreatedByType 返回

ToString()

返回 CreatedByType 的字符串表示形式

运算符

Equality(CreatedByType, CreatedByType)

重写枚举 CreatedByType 的 == 运算符

Implicit(CreatedByType to String)

用于将 CreatedByType 转换为字符串的隐式运算符

Implicit(String to CreatedByType)

用于将字符串转换为 CreatedByType 的隐式运算符

Inequality(CreatedByType, CreatedByType)

重写枚举 CreatedByType 的 != 运算符

适用于