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