ภาษา

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

Name Description
MachineLearningPrivateEndpointServiceConnectionStatus(String)

Initializes a new instance of MachineLearningPrivateEndpointServiceConnectionStatus.

Properties

Name Description
Approved

The private endpoint connection has been approved.

Disconnected

The private endpoint connection has been disconnected.

Pending

The private endpoint connection is pending approval.

Rejected

The private endpoint connection has been rejected.

Timeout

The private endpoint connection request has timed out.

Methods

Name Description
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

Name Description
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