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

PrivateEndpointStatus Struct

Definition

The approval status for the connection to the Private Link

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.PrivateEndpointStatusTypeConverter))]
public struct PrivateEndpointStatus : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.PrivateEndpointStatus>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.PrivateEndpointStatusTypeConverter))>]
type PrivateEndpointStatus = struct
    interface IArgumentCompleter
Public Structure PrivateEndpointStatus
Implements IArgumentCompleter, IEquatable(Of PrivateEndpointStatus)
Inheritance
PrivateEndpointStatus
Attributes
Implements

Fields

Approved
Disconnected
Pending
Rejected
Timeout

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 PrivateEndpointStatus (override for Object)

Equals(PrivateEndpointStatus)

Compares values of enum type PrivateEndpointStatus

GetHashCode()

Returns hashCode for enum PrivateEndpointStatus

ToString()

Returns string representation for PrivateEndpointStatus

Operators

Equality(PrivateEndpointStatus, PrivateEndpointStatus)

Overriding == operator for enum PrivateEndpointStatus

Implicit(PrivateEndpointStatus to String)

Implicit operator to convert PrivateEndpointStatus to string

Implicit(String to PrivateEndpointStatus)

Implicit operator to convert string to PrivateEndpointStatus

Inequality(PrivateEndpointStatus, PrivateEndpointStatus)

Overriding != operator for enum PrivateEndpointStatus

Applies to