Share via


ContainerRegistryTaskUpdateTriggerPayloadType Struct

Definition

Type of Payload body for Base image update triggers.

public readonly struct ContainerRegistryTaskUpdateTriggerPayloadType : IEquatable<Azure.ResourceManager.ContainerRegistry.Tasks.Models.ContainerRegistryTaskUpdateTriggerPayloadType>
type ContainerRegistryTaskUpdateTriggerPayloadType = struct
Public Structure ContainerRegistryTaskUpdateTriggerPayloadType
Implements IEquatable(Of ContainerRegistryTaskUpdateTriggerPayloadType)
Inheritance
ContainerRegistryTaskUpdateTriggerPayloadType
Implements

Constructors

Name Description
ContainerRegistryTaskUpdateTriggerPayloadType(String)

Initializes a new instance of ContainerRegistryTaskUpdateTriggerPayloadType.

Properties

Name Description
Default

Gets the Default.

Token

Gets the Token.

Methods

Name Description
Equals(ContainerRegistryTaskUpdateTriggerPayloadType)

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

Name Description
Equality(ContainerRegistryTaskUpdateTriggerPayloadType, ContainerRegistryTaskUpdateTriggerPayloadType)

Determines if two ContainerRegistryTaskUpdateTriggerPayloadType values are the same.

Implicit(String to ContainerRegistryTaskUpdateTriggerPayloadType)

Converts a string to a ContainerRegistryTaskUpdateTriggerPayloadType.

Implicit(String to Nullable<ContainerRegistryTaskUpdateTriggerPayloadType>)
Inequality(ContainerRegistryTaskUpdateTriggerPayloadType, ContainerRegistryTaskUpdateTriggerPayloadType)

Determines if two ContainerRegistryTaskUpdateTriggerPayloadType values are not the same.

Applies to