Freigeben über


ContainerRegistryOS Struct

Definition

The OS of agent machine.

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

Constructors

Name Description
ContainerRegistryOS(String)

Initializes a new instance of ContainerRegistryOS.

Properties

Name Description
Linux

Linux.

Windows

Windows.

Methods

Name Description
Equals(ContainerRegistryOS)

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

Determines if two ContainerRegistryOS values are the same.

Implicit(String to ContainerRegistryOS)

Converts a String to a ContainerRegistryOS.

Inequality(ContainerRegistryOS, ContainerRegistryOS)

Determines if two ContainerRegistryOS values are not the same.

Applies to