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

StorageAuthentication 结构

定义

定义 StorageAuthentication 的值。

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

字段

ManagedIdentity

托管标识身份验证。

System

系统身份验证。

方法

Equals(Object)

替代 StorageAuthentication 的 Equals 运算符

Equals(StorageAuthentication)

比较 StorageAuthentication 类型的枚举

GetHashCode()

hashCode StorageAuthentication 的返回

ToString()

返回 StorageAuthentication 的字符串表示形式

运算符

Equality(StorageAuthentication, StorageAuthentication)

为枚举 StorageAuthentication 重写 == 运算符

Implicit(StorageAuthentication to String)

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

Implicit(String to StorageAuthentication)

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

Inequality(StorageAuthentication, StorageAuthentication)

重写 enum StorageAuthentication 的 != 运算符

适用于