다음을 통해 공유


IntegrationServiceEnvironmentAccessEndpointType Struct

Definition

The integration service environment access endpoint type.

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

Constructors

IntegrationServiceEnvironmentAccessEndpointType(String)

Initializes a new instance of IntegrationServiceEnvironmentAccessEndpointType.

Properties

External

External.

Internal

Internal.

NotSpecified

NotSpecified.

Methods

Equals(IntegrationServiceEnvironmentAccessEndpointType)

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(IntegrationServiceEnvironmentAccessEndpointType, IntegrationServiceEnvironmentAccessEndpointType)

Determines if two IntegrationServiceEnvironmentAccessEndpointType values are the same.

Implicit(String to IntegrationServiceEnvironmentAccessEndpointType)

Converts a string to a IntegrationServiceEnvironmentAccessEndpointType.

Inequality(IntegrationServiceEnvironmentAccessEndpointType, IntegrationServiceEnvironmentAccessEndpointType)

Determines if two IntegrationServiceEnvironmentAccessEndpointType values are not the same.

Applies to