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

WebhookStatus Struct

Definition

The status of the webhook at the time the operation was called.

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

Fields

Disabled
Enabled

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

Equals(WebhookStatus)

Compares values of enum type WebhookStatus

GetHashCode()

Returns hashCode for enum WebhookStatus

ToString()

Returns string representation for WebhookStatus

Operators

Equality(WebhookStatus, WebhookStatus)

Overriding == operator for enum WebhookStatus

Implicit(String to WebhookStatus)

Implicit operator to convert string to WebhookStatus

Implicit(WebhookStatus to String)

Implicit operator to convert WebhookStatus to string

Inequality(WebhookStatus, WebhookStatus)

Overriding != operator for enum WebhookStatus

Applies to