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