RegionOutcome 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.
Indicates where the region information came from.
public enum RegionOutcome
type RegionOutcome =
Public Enum RegionOutcome
- Inheritance
-
RegionOutcome
Fields
Name | Value | Description |
---|---|---|
None | 0 | Indicates that the API .WithAzureRegion() was not used |
UserProvidedValid | 1 | Region provided by the user, matches auto detected region |
UserProvidedAutodetectionFailed | 2 | Region provided by the user, auto detection cannot be done |
UserProvidedInvalid | 3 | Region provided by the user, does not match auto detected region |
AutodetectSuccess | 4 | Region autodetect requested and was successful |
FallbackToGlobal | 5 | Region autodetect requested but failed. Fallback to global |