Condividi tramite


IntegrationServiceEnvironmentNetworkEndPointAccessibilityState Struct

Definition

The integration service environment network endpoint accessibility state.

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

Constructors

IntegrationServiceEnvironmentNetworkEndPointAccessibilityState(String)

Initializes a new instance of IntegrationServiceEnvironmentNetworkEndPointAccessibilityState.

Properties

Available

Available.

NotAvailable

NotAvailable.

NotSpecified

NotSpecified.

Unknown

Unknown.

Methods

Equals(IntegrationServiceEnvironmentNetworkEndPointAccessibilityState)

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

Determines if two IntegrationServiceEnvironmentNetworkEndPointAccessibilityState values are the same.

Implicit(String to IntegrationServiceEnvironmentNetworkEndPointAccessibilityState)

Converts a string to a IntegrationServiceEnvironmentNetworkEndPointAccessibilityState.

Inequality(IntegrationServiceEnvironmentNetworkEndPointAccessibilityState, IntegrationServiceEnvironmentNetworkEndPointAccessibilityState)

Determines if two IntegrationServiceEnvironmentNetworkEndPointAccessibilityState values are not the same.

Applies to