Share via


ContainerRegistryTaskOS Struct

Definition

The OS of agent machine.

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

Constructors

Name Description
ContainerRegistryTaskOS(String)

Initializes a new instance of ContainerRegistryTaskOS.

Properties

Name Description
Linux

Gets the Linux.

Windows

Gets the Windows.

Methods

Name Description
Equals(ContainerRegistryTaskOS)

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

Determines if two ContainerRegistryTaskOS values are the same.

Implicit(String to ContainerRegistryTaskOS)

Converts a string to a ContainerRegistryTaskOS.

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

Determines if two ContainerRegistryTaskOS values are not the same.

Applies to