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

PrivateLinkServiceConnectionStatus Struct

Definition

The status of a private endpoint connection

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.PrivateLinkServiceConnectionStatusTypeConverter))]
public struct PrivateLinkServiceConnectionStatus : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.PrivateLinkServiceConnectionStatus>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.PrivateLinkServiceConnectionStatusTypeConverter))>]
type PrivateLinkServiceConnectionStatus = struct
    interface IArgumentCompleter
Public Structure PrivateLinkServiceConnectionStatus
Implements IArgumentCompleter, IEquatable(Of PrivateLinkServiceConnectionStatus)
Inheritance
PrivateLinkServiceConnectionStatus
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 PrivateLinkServiceConnectionStatus (override for Object)

Equals(PrivateLinkServiceConnectionStatus)

Compares values of enum type PrivateLinkServiceConnectionStatus

GetHashCode()

Returns hashCode for enum PrivateLinkServiceConnectionStatus

ToString()

Returns string representation for PrivateLinkServiceConnectionStatus

Operators

Equality(PrivateLinkServiceConnectionStatus, PrivateLinkServiceConnectionStatus)

Overriding == operator for enum PrivateLinkServiceConnectionStatus

Implicit(PrivateLinkServiceConnectionStatus to String)

Implicit operator to convert PrivateLinkServiceConnectionStatus to string

Implicit(String to PrivateLinkServiceConnectionStatus)

Implicit operator to convert string to PrivateLinkServiceConnectionStatus

Inequality(PrivateLinkServiceConnectionStatus, PrivateLinkServiceConnectionStatus)

Overriding != operator for enum PrivateLinkServiceConnectionStatus

Applies to