次の方法で共有


StorageAuthenticationType 列挙型

定義

ストレージ アカウントへの接続に使用される認証の種類を指定します。

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum StorageAuthenticationType
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type StorageAuthenticationType = 
Public Enum StorageAuthenticationType
継承
StorageAuthenticationType
属性
Newtonsoft.Json.JsonConverterAttribute

フィールド

IdentityBased 1

ストレージへの認証には、ハブで構成された AD ID を使用します。

KeyBased 0

認証には共有アクセス キーを使用します。

適用対象