IntegrationServiceErrorCode Struct
Definition
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.
The error response code.
public readonly struct IntegrationServiceErrorCode : IEquatable<Azure.ResourceManager.Logic.Models.IntegrationServiceErrorCode>
type IntegrationServiceErrorCode = struct
Public Structure IntegrationServiceErrorCode
Implements IEquatable(Of IntegrationServiceErrorCode)
- Inheritance
-
IntegrationServiceErrorCode
- Implements
Constructors
| Name | Description |
|---|---|
| IntegrationServiceErrorCode(String) |
Initializes a new instance of IntegrationServiceErrorCode. |
Properties
| Name | Description |
|---|---|
| IntegrationServiceEnvironmentNotFound |
IntegrationServiceEnvironmentNotFound. |
| InternalServerError |
InternalServerError. |
| InvalidOperationId |
InvalidOperationId. |
| NotSpecified |
NotSpecified. |
Methods
| Name | Description |
|---|---|
| Equals(IntegrationServiceErrorCode) |
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
| Name | Description |
|---|---|
| Equality(IntegrationServiceErrorCode, IntegrationServiceErrorCode) |
Determines if two IntegrationServiceErrorCode values are the same. |
| Implicit(String to IntegrationServiceErrorCode) |
Converts a String to a IntegrationServiceErrorCode. |
| Inequality(IntegrationServiceErrorCode, IntegrationServiceErrorCode) |
Determines if two IntegrationServiceErrorCode values are not the same. |