Uses of Enum Class
com.microsoft.azure.management.appservice.ResolveStatus
Packages that use ResolveStatus
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of ResolveStatus in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return ResolveStatusModifier and TypeMethodDescriptionstatic ResolveStatusResolveStatus.fromString(String value) Parses a serialized value to a ResolveStatus instance.ApiKVReference.status()Get possible values include: 'Initialized', 'Resolved', 'InvalidSyntax', 'MSINotEnabled', 'VaultNotFound', 'SecretNotFound', 'SecretVersionNotFound', 'AccessToKeyVaultDenied', 'OtherReasons'.static ResolveStatusReturns the enum constant of this class with the specified name.static ResolveStatus[]ResolveStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.microsoft.azure.management.appservice with parameters of type ResolveStatusModifier and TypeMethodDescriptionApiKVReference.withStatus(ResolveStatus status) Set possible values include: 'Initialized', 'Resolved', 'InvalidSyntax', 'MSINotEnabled', 'VaultNotFound', 'SecretNotFound', 'SecretVersionNotFound', 'AccessToKeyVaultDenied', 'OtherReasons'.