Sprog

EndpointServiceConnectionStatus Struct

Definition

Connection status of the service consumer with the service provider.

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

Constructors

Name Description
EndpointServiceConnectionStatus(String)

Initializes a new instance of EndpointServiceConnectionStatus.

Properties

Name Description
Approved

Gets the Approved.

Disconnected

Gets the Disconnected.

Pending

Gets the Pending.

Rejected

Gets the Rejected.

Timeout

Gets the Timeout.

Methods

Name Description
Equals(EndpointServiceConnectionStatus)

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

Determines if two EndpointServiceConnectionStatus values are the same.

Implicit(String to EndpointServiceConnectionStatus)

Converts a string to a EndpointServiceConnectionStatus.

Implicit(String to Nullable<EndpointServiceConnectionStatus>)
Inequality(EndpointServiceConnectionStatus, EndpointServiceConnectionStatus)

Determines if two EndpointServiceConnectionStatus values are not the same.

Applies to