ContainerRegistryBaseImageTriggerType 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 type of the auto trigger for base image dependency updates.
public readonly struct ContainerRegistryBaseImageTriggerType : IEquatable<Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryBaseImageTriggerType>
type ContainerRegistryBaseImageTriggerType = struct
Public Structure ContainerRegistryBaseImageTriggerType
Implements IEquatable(Of ContainerRegistryBaseImageTriggerType)
- Inheritance
-
ContainerRegistryBaseImageTriggerType
- Implements
Constructors
ContainerRegistryBaseImageTriggerType(String) |
Initializes a new instance of ContainerRegistryBaseImageTriggerType. |
Properties
All |
All. |
Runtime |
Runtime. |
Methods
Equals(ContainerRegistryBaseImageTriggerType) |
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(ContainerRegistryBaseImageTriggerType, ContainerRegistryBaseImageTriggerType) |
Determines if two ContainerRegistryBaseImageTriggerType values are the same. |
Implicit(String to ContainerRegistryBaseImageTriggerType) |
Converts a String to a ContainerRegistryBaseImageTriggerType. |
Inequality(ContainerRegistryBaseImageTriggerType, ContainerRegistryBaseImageTriggerType) |
Determines if two ContainerRegistryBaseImageTriggerType values are not the same. |
Applies to
Azure SDK for .NET