MachineLearningPrivateEndpointServiceConnectionStatus Struct

Definition

The private endpoint connection status.

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

Constructors

MachineLearningPrivateEndpointServiceConnectionStatus(String)

Initializes a new instance of MachineLearningPrivateEndpointServiceConnectionStatus.

Properties

Approved

Approved.

Disconnected

Disconnected.

Pending

Pending.

Rejected

Rejected.

Timeout

Timeout.

Methods

Equals(MachineLearningPrivateEndpointServiceConnectionStatus)

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

Determines if two MachineLearningPrivateEndpointServiceConnectionStatus values are the same.

Implicit(String to MachineLearningPrivateEndpointServiceConnectionStatus)

Converts a string to a MachineLearningPrivateEndpointServiceConnectionStatus.

Inequality(MachineLearningPrivateEndpointServiceConnectionStatus, MachineLearningPrivateEndpointServiceConnectionStatus)

Determines if two MachineLearningPrivateEndpointServiceConnectionStatus values are not the same.

Applies to