ResolveStatus 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義 ResolveStatus 的值。
[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum ResolveStatus
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type ResolveStatus =
Public Enum ResolveStatus
- 繼承
-
ResolveStatus
- 屬性
-
Newtonsoft.Json.JsonConverterAttribute
欄位
AccessToKeyVaultDenied | 7 | |
Initialized | 0 | |
InvalidSyntax | 2 | |
MSINotEnabled | 3 | |
OtherReasons | 8 | |
Resolved | 1 | |
SecretNotFound | 5 | |
SecretVersionNotFound | 6 | |
VaultNotFound | 4 |