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

StorageAccountType 结构

定义

定义 StorageAccountType 的值。

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

字段

Primary

媒体服务帐户的主存储帐户。

Secondary

媒体服务帐户的辅助存储帐户。

方法

Equals(Object)

替代 StorageAccountType 的 Equals 运算符

Equals(StorageAccountType)

比较 StorageAccountType 类型的枚举

GetHashCode()

为 hashCode StorageAccountType 返回

ToString()

返回 StorageAccountType 的字符串表示形式

运算符

Equality(StorageAccountType, StorageAccountType)

重写 enum StorageAccountType 的 == 运算符

Implicit(StorageAccountType to String)

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

Implicit(String to StorageAccountType)

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

Inequality(StorageAccountType, StorageAccountType)

重写 enum StorageAccountType 的 != 运算符

适用于