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

SharedPrivateLinkResourceStatus Struct

Definition

Status of the shared private link resource. Can be Pending, Approved, Rejected, Disconnected, or Timeout.

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

Equals(SharedPrivateLinkResourceStatus)

Compares values of enum type SharedPrivateLinkResourceStatus

GetHashCode()

Returns hashCode for enum SharedPrivateLinkResourceStatus

ToString()

Returns string representation for SharedPrivateLinkResourceStatus

Operators

Equality(SharedPrivateLinkResourceStatus, SharedPrivateLinkResourceStatus)

Overriding == operator for enum SharedPrivateLinkResourceStatus

Implicit(SharedPrivateLinkResourceStatus to String)

Implicit operator to convert SharedPrivateLinkResourceStatus to string

Implicit(String to SharedPrivateLinkResourceStatus)

Implicit operator to convert string to SharedPrivateLinkResourceStatus

Inequality(SharedPrivateLinkResourceStatus, SharedPrivateLinkResourceStatus)

Overriding != operator for enum SharedPrivateLinkResourceStatus

Applies to