Module: Azure::ARM::Dns::Models::HttpStatusCode

Defined in:
lib/generated/azure_mgmt_dns/models/http_status_code.rb

Overview

Defines values for HttpStatusCode

Constant Summary collapse

Continue =
"Continue"
SwitchingProtocols =
"SwitchingProtocols"
OK =
"OK"
Created =
"Created"
Accepted =
"Accepted"
NonAuthoritativeInformation =
"NonAuthoritativeInformation"
NoContent =
"NoContent"
ResetContent =
"ResetContent"
PartialContent =
"PartialContent"
MultipleChoices =
"MultipleChoices"
Ambiguous =
"Ambiguous"
MovedPermanently =
"MovedPermanently"
Moved =
"Moved"
Found =
"Found"
Redirect =
"Redirect"
SeeOther =
"SeeOther"
RedirectMethod =
"RedirectMethod"
NotModified =
"NotModified"
UseProxy =
"UseProxy"
Unused =
"Unused"
TemporaryRedirect =
"TemporaryRedirect"
RedirectKeepVerb =
"RedirectKeepVerb"
BadRequest =
"BadRequest"
Unauthorized =
"Unauthorized"
PaymentRequired =
"PaymentRequired"
Forbidden =
"Forbidden"
NotFound =
"NotFound"
MethodNotAllowed =
"MethodNotAllowed"
NotAcceptable =
"NotAcceptable"
ProxyAuthenticationRequired =
"ProxyAuthenticationRequired"
RequestTimeout =
"RequestTimeout"
Conflict =
"Conflict"
Gone =
"Gone"
LengthRequired =
"LengthRequired"
PreconditionFailed =
"PreconditionFailed"
RequestEntityTooLarge =
"RequestEntityTooLarge"
RequestUriTooLong =
"RequestUriTooLong"
UnsupportedMediaType =
"UnsupportedMediaType"
RequestedRangeNotSatisfiable =
"RequestedRangeNotSatisfiable"
ExpectationFailed =
"ExpectationFailed"
UpgradeRequired =
"UpgradeRequired"
InternalServerError =
"InternalServerError"
NotImplemented =
"NotImplemented"
BadGateway =
"BadGateway"
ServiceUnavailable =
"ServiceUnavailable"
GatewayTimeout =
"GatewayTimeout"
HttpVersionNotSupported =
"HttpVersionNotSupported"