PrivateEndpointConnectionStatus 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.
Gets or sets the status.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.PrivateEndpointConnectionStatusTypeConverter))]
public struct PrivateEndpointConnectionStatus : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.PrivateEndpointConnectionStatus>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.PrivateEndpointConnectionStatusTypeConverter))>]
type PrivateEndpointConnectionStatus = struct
interface IArgumentCompleter
Public Structure PrivateEndpointConnectionStatus
Implements IArgumentCompleter, IEquatable(Of PrivateEndpointConnectionStatus)
- Inheritance
-
PrivateEndpointConnectionStatus
- Attributes
- Implements
Fields
| Name | Description |
|---|---|
| Approved |
Approved Status. |
| Disconnected |
Disconnected Status. |
| Pending |
Pending Status. |
| Rejected |
Rejected Status. |
Methods
| Name | Description |
|---|---|
| CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
| Equals(Object) |
Compares values of enum type PrivateEndpointConnectionStatus (override for Object) |
| Equals(PrivateEndpointConnectionStatus) |
Compares values of enum type PrivateEndpointConnectionStatus |
| GetHashCode() |
Returns hashCode for enum PrivateEndpointConnectionStatus |
| ToString() |
Returns string representation for PrivateEndpointConnectionStatus |
Operators
| Name | Description |
|---|---|
| Equality(PrivateEndpointConnectionStatus, PrivateEndpointConnectionStatus) |
Overriding == operator for enum PrivateEndpointConnectionStatus |
| Implicit(PrivateEndpointConnectionStatus to String) |
Implicit operator to convert PrivateEndpointConnectionStatus to string |
| Implicit(String to PrivateEndpointConnectionStatus) |
Implicit operator to convert string to PrivateEndpointConnectionStatus |
| Inequality(PrivateEndpointConnectionStatus, PrivateEndpointConnectionStatus) |
Overriding != operator for enum PrivateEndpointConnectionStatus |