ContainerRegistrySourceTriggerEvent 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 ContainerRegistrySourceTriggerEvent.
public readonly struct ContainerRegistrySourceTriggerEvent : IEquatable<Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistrySourceTriggerEvent>
type ContainerRegistrySourceTriggerEvent = struct
Public Structure ContainerRegistrySourceTriggerEvent
Implements IEquatable(Of ContainerRegistrySourceTriggerEvent)
- Inheritance
-
ContainerRegistrySourceTriggerEvent
- Implements
Constructors
ContainerRegistrySourceTriggerEvent(String) |
Initializes a new instance of ContainerRegistrySourceTriggerEvent. |
Properties
Commit |
commit. |
PullRequest |
pullrequest. |
Methods
Equals(ContainerRegistrySourceTriggerEvent) |
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(ContainerRegistrySourceTriggerEvent, ContainerRegistrySourceTriggerEvent) |
Determines if two ContainerRegistrySourceTriggerEvent values are the same. |
Implicit(String to ContainerRegistrySourceTriggerEvent) |
Converts a String to a ContainerRegistrySourceTriggerEvent. |
Inequality(ContainerRegistrySourceTriggerEvent, ContainerRegistrySourceTriggerEvent) |
Determines if two ContainerRegistrySourceTriggerEvent values are not the same. |
Applies to
Azure SDK for .NET