Share via


AutomationHttpStatusCode Struct

Definition

The AutomationHttpStatusCode.

public readonly struct AutomationHttpStatusCode : IEquatable<Azure.ResourceManager.Automation.Models.AutomationHttpStatusCode>
type AutomationHttpStatusCode = struct
Public Structure AutomationHttpStatusCode
Implements IEquatable(Of AutomationHttpStatusCode)
Inheritance
AutomationHttpStatusCode
Implements

Constructors

AutomationHttpStatusCode(String)

Initializes a new instance of AutomationHttpStatusCode.

Properties

Accepted

Accepted.

Ambiguous

Ambiguous.

BadGateway

BadGateway.

BadRequest

BadRequest.

Conflict

Conflict.

Continue

Continue.

Created

Created.

ExpectationFailed

ExpectationFailed.

Forbidden

Forbidden.

Found

Found.

GatewayTimeout

GatewayTimeout.

Gone

Gone.

HttpVersionNotSupported

HttpVersionNotSupported.

InternalServerError

InternalServerError.

LengthRequired

LengthRequired.

MethodNotAllowed

MethodNotAllowed.

Moved

Moved.

MovedPermanently

MovedPermanently.

MultipleChoices

MultipleChoices.

NoContent

NoContent.

NonAuthoritativeInformation

NonAuthoritativeInformation.

NotAcceptable

NotAcceptable.

NotFound

NotFound.

NotImplemented

NotImplemented.

NotModified

NotModified.

OK

OK.

PartialContent

PartialContent.

PaymentRequired

PaymentRequired.

PreconditionFailed

PreconditionFailed.

ProxyAuthenticationRequired

ProxyAuthenticationRequired.

Redirect

Redirect.

RedirectKeepVerb

RedirectKeepVerb.

RedirectMethod

RedirectMethod.

RequestedRangeNotSatisfiable

RequestedRangeNotSatisfiable.

RequestEntityTooLarge

RequestEntityTooLarge.

RequestTimeout

RequestTimeout.

RequestUriTooLong

RequestUriTooLong.

ResetContent

ResetContent.

SeeOther

SeeOther.

ServiceUnavailable

ServiceUnavailable.

SwitchingProtocols

SwitchingProtocols.

TemporaryRedirect

TemporaryRedirect.

Unauthorized

Unauthorized.

UnsupportedMediaType

UnsupportedMediaType.

Unused

Unused.

UpgradeRequired

UpgradeRequired.

UseProxy

UseProxy.

Methods

Equals(AutomationHttpStatusCode)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(AutomationHttpStatusCode, AutomationHttpStatusCode)

Determines if two AutomationHttpStatusCode values are the same.

Implicit(String to AutomationHttpStatusCode)

Converts a string to a AutomationHttpStatusCode.

Inequality(AutomationHttpStatusCode, AutomationHttpStatusCode)

Determines if two AutomationHttpStatusCode values are not the same.

Applies to