你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AutomationHttpStatusCode 结构
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
AutomationHttpStatusCode。
public readonly struct AutomationHttpStatusCode : IEquatable<Azure.ResourceManager.Automation.Models.AutomationHttpStatusCode>
type AutomationHttpStatusCode = struct
Public Structure AutomationHttpStatusCode
Implements IEquatable(Of AutomationHttpStatusCode)
- 继承
-
AutomationHttpStatusCode
- 实现
构造函数
AutomationHttpStatusCode(String) |
初始化 AutomationHttpStatusCode 的新实例。 |
属性
Accepted |
已接受。 |
Ambiguous |
模糊。 |
BadGateway |
BadGateway。 |
BadRequest |
BadRequest。 |
Conflict |
冲突。 |
Continue |
继续。 |
Created |
Created. |
ExpectationFailed |
ExpectFailed. |
Forbidden |
已禁止。 |
Found |
发现。 |
GatewayTimeout |
GatewayTimeout。 |
Gone |
走。 |
HttpVersionNotSupported |
HttpVersionNotSupported。 |
InternalServerError |
InternalServerError。 |
LengthRequired |
LengthRequired。 |
MethodNotAllowed |
MethodNotAllowed。 |
Moved |
搬。 |
MovedPermanently |
移动永久。 |
MultipleChoices |
MultipleChoices。 |
NoContent |
NoContent。 |
NonAuthoritativeInformation |
NonAuthoritativeInformation。 |
NotAcceptable |
不可接受。 |
NotFound |
NotFound。 |
NotImplemented |
NotImplemented。 |
NotModified |
NotModified。 |
OK |
没问题。 |
PartialContent |
PartialContent。 |
PaymentRequired |
PaymentRequired。 |
PreconditionFailed |
PreconditionFailed。 |
ProxyAuthenticationRequired |
ProxyAuthenticationRequired。 |
Redirect |
重定向。 |
RedirectKeepVerb |
RedirectKeepVerb。 |
RedirectMethod |
RedirectMethod。 |
RequestedRangeNotSatisfiable |
RequestedRangeNotSatisfiable。 |
RequestEntityTooLarge |
RequestEntityTooLarge。 |
RequestTimeout |
RequestTimeout。 |
RequestUriTooLong |
RequestUriTooLong。 |
ResetContent |
ResetContent。 |
SeeOther |
请参阅其他。 |
ServiceUnavailable |
ServiceUnavailable。 |
SwitchingProtocols |
SwitchingProtocols。 |
TemporaryRedirect |
TemporaryRedirect。 |
Unauthorized |
未授权。 |
UnsupportedMediaType |
UnsupportedMediaType。 |
Unused |
未使用。 |
UpgradeRequired |
UpgradeRequired。 |
UseProxy |
UseProxy。 |
方法
Equals(AutomationHttpStatusCode) |
指示当前对象是否等于同一类型的另一个对象。 |
ToString() |
返回此实例的完全限定类型名称。 |