Bagikan melalui


ContainerRegistryRunType Struct

Definition

The type of run.

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

Constructors

ContainerRegistryRunType(String)

Initializes a new instance of ContainerRegistryRunType.

Properties

AutoBuild

AutoBuild.

AutoRun

AutoRun.

QuickBuild

QuickBuild.

QuickRun

QuickRun.

Methods

Equals(ContainerRegistryRunType)

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(ContainerRegistryRunType, ContainerRegistryRunType)

Determines if two ContainerRegistryRunType values are the same.

Implicit(String to ContainerRegistryRunType)

Converts a string to a ContainerRegistryRunType.

Inequality(ContainerRegistryRunType, ContainerRegistryRunType)

Determines if two ContainerRegistryRunType values are not the same.

Applies to