Freigeben über


IntegrationServiceErrorCode Struct

Definition

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.

Applies to