次の方法で共有


AzureStorageState 列挙型

定義

AzureStorageState の値を定義します。

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

フィールド

InvalidCredentials 1
InvalidShare 2
Ok 0

適用対象