ContainerRegistryUpdateTriggerPayloadType 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.
Type of Payload body for Base image update triggers.
public readonly struct ContainerRegistryUpdateTriggerPayloadType : IEquatable<Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryUpdateTriggerPayloadType>
type ContainerRegistryUpdateTriggerPayloadType = struct
Public Structure ContainerRegistryUpdateTriggerPayloadType
Implements IEquatable(Of ContainerRegistryUpdateTriggerPayloadType)
- Inheritance
-
ContainerRegistryUpdateTriggerPayloadType
- Implements
Constructors
ContainerRegistryUpdateTriggerPayloadType(String) |
Initializes a new instance of ContainerRegistryUpdateTriggerPayloadType. |
Properties
Default |
Default. |
Token |
Token. |
Methods
Equals(ContainerRegistryUpdateTriggerPayloadType) |
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(ContainerRegistryUpdateTriggerPayloadType, ContainerRegistryUpdateTriggerPayloadType) |
Determines if two ContainerRegistryUpdateTriggerPayloadType values are the same. |
Implicit(String to ContainerRegistryUpdateTriggerPayloadType) |
Converts a String to a ContainerRegistryUpdateTriggerPayloadType. |
Inequality(ContainerRegistryUpdateTriggerPayloadType, ContainerRegistryUpdateTriggerPayloadType) |
Determines if two ContainerRegistryUpdateTriggerPayloadType values are not the same. |
Applies to
Azure SDK for .NET