MachineLearningPrivateEndpointServiceConnectionStatus Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
| Implicit(String to MachineLearningPrivateEndpointServiceConnectionStatus) |
Converts a |
| Inequality(MachineLearningPrivateEndpointServiceConnectionStatus, MachineLearningPrivateEndpointServiceConnectionStatus) |
Determines if two |