Прочитать на английском

Поделиться через


ErrorResponseCode Struct

Definition

Error code describing the reason that service is not able to process the incoming request

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Support.ErrorResponseCodeTypeConverter))]
public struct ErrorResponseCode : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Reservations.Support.ErrorResponseCode>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Support.ErrorResponseCodeTypeConverter))>]
type ErrorResponseCode = struct
    interface IArgumentCompleter
Public Structure ErrorResponseCode
Implements IArgumentCompleter, IEquatable(Of ErrorResponseCode)
Inheritance
ErrorResponseCode
Attributes
Implements

Fields

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(ErrorResponseCode)

Compares values of enum type ErrorResponseCode

Equals(Object)

Compares values of enum type ErrorResponseCode (override for Object)

GetHashCode()

Returns hashCode for enum ErrorResponseCode

ToString()

Returns string representation for ErrorResponseCode

Operators

Equality(ErrorResponseCode, ErrorResponseCode)

Overriding == operator for enum ErrorResponseCode

Implicit(ErrorResponseCode to String)

Implicit operator to convert ErrorResponseCode to string

Implicit(String to ErrorResponseCode)

Implicit operator to convert string to ErrorResponseCode

Inequality(ErrorResponseCode, ErrorResponseCode)

Overriding != operator for enum ErrorResponseCode

Applies to