Udostępnij przez


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

Name Description
ContainerRegistryRunType(String)

Initializes a new instance of ContainerRegistryRunType.

Properties

Name Description
AutoBuild

AutoBuild.

AutoRun

AutoRun.

QuickBuild

QuickBuild.

QuickRun

QuickRun.

Methods

Name Description
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

Name Description
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