ErrorResponseCode Struct
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Complete |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(Error |
Compares values of enum type ErrorResponseCode |
Equals(Object) |
Compares values of enum type ErrorResponseCode (override for Object) |
Get |
Returns hashCode for enum ErrorResponseCode |
To |
Returns string representation for ErrorResponseCode |
Equality(Error |
Overriding == operator for enum ErrorResponseCode |
Implicit(Error |
Implicit operator to convert ErrorResponseCode to string |
Implicit(String to Error |
Implicit operator to convert string to ErrorResponseCode |
Inequality(Error |
Overriding != operator for enum ErrorResponseCode |