次の方法で共有


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

マネージド ID 認証。

System

システム認証。

メソッド

Equals(Object)

StorageAuthentication の Equals 演算子をオーバーライドします

Equals(StorageAuthentication)

StorageAuthentication 型の列挙型を比較します

GetHashCode()

hashCode StorageAuthentication の戻り値

ToString()

StorageAuthentication の文字列表現を返します

演算子

Equality(StorageAuthentication, StorageAuthentication)

enum StorageAuthentication の == 演算子のオーバーライド

Implicit(StorageAuthentication to String)

StorageAuthentication を文字列に変換する暗黙的な演算子

Implicit(String to StorageAuthentication)

文字列を StorageAuthentication に変換する暗黙的な演算子

Inequality(StorageAuthentication, StorageAuthentication)

Enum StorageAuthentication の != 演算子のオーバーライド

適用対象