ResolveStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The ResolveStatus.
public enum ResolveStatus
type ResolveStatus =
Public Enum ResolveStatus
- Inheritance
-
ResolveStatus
Fields
Name | Value | Description |
---|---|---|
Initialized | 0 | Initialized. |
Resolved | 1 | Resolved. |
InvalidSyntax | 2 | InvalidSyntax. |
MSINotEnabled | 3 | MSINotEnabled. |
VaultNotFound | 4 | VaultNotFound. |
SecretNotFound | 5 | SecretNotFound. |
SecretVersionNotFound | 6 | SecretVersionNotFound. |
AccessToKeyVaultDenied | 7 | AccessToKeyVaultDenied. |
OtherReasons | 8 | OtherReasons. |
FetchTimedOut | 9 | FetchTimedOut. |
UnauthorizedClient | 10 | UnauthorizedClient. |
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET