EndpointServiceConnectionStatus 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.
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 |
Approved. |
| Disconnected |
Disconnected. |
| Pending |
Pending. |
| Rejected |
Rejected. |
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. |
| Inequality(EndpointServiceConnectionStatus, EndpointServiceConnectionStatus) |
Determines if two EndpointServiceConnectionStatus values are not the same. |