Megosztás a következőn keresztül:


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

ContainerRegistryOS(String)

Initializes a new instance of ContainerRegistryOS.

Properties

Linux

Linux.

Windows

Windows.

Methods

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

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