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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.