你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PrivateLinkServiceConnectionStateStatus Struct

Definition

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

Applies to