ContainerRegistryWebhookStatus Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The status of the webhook at the time the operation was called.
public readonly struct ContainerRegistryWebhookStatus : IEquatable<Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryWebhookStatus>
type ContainerRegistryWebhookStatus = struct
Public Structure ContainerRegistryWebhookStatus
Implements IEquatable(Of ContainerRegistryWebhookStatus)
- Inheritance
-
ContainerRegistryWebhookStatus
- Implements
Constructors
ContainerRegistryWebhookStatus(String) |
Initializes a new instance of ContainerRegistryWebhookStatus. |
Properties
Disabled |
disabled. |
Enabled |
enabled. |
Methods
Equals(ContainerRegistryWebhookStatus) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(ContainerRegistryWebhookStatus, ContainerRegistryWebhookStatus) |
Determines if two ContainerRegistryWebhookStatus values are the same. |
Implicit(String to ContainerRegistryWebhookStatus) |
Converts a String to a ContainerRegistryWebhookStatus. |
Inequality(ContainerRegistryWebhookStatus, ContainerRegistryWebhookStatus) |
Determines if two ContainerRegistryWebhookStatus values are not the same. |
Applies to
Azure SDK for .NET