RegistryNameStatus Class

Definition

The result of a request to check the availability of a container registry name.

public class RegistryNameStatus
type RegistryNameStatus = class
Public Class RegistryNameStatus
Inheritance
RegistryNameStatus

Constructors

RegistryNameStatus()

Initializes a new instance of the RegistryNameStatus class.

RegistryNameStatus(Nullable<Boolean>, String, String)

Initializes a new instance of the RegistryNameStatus class.

Properties

Message

Gets or sets if any, the error message that provides more detail for the reason that the name is not available.

NameAvailable

Gets or sets the value that indicates whether the name is available.

Reason

Gets or sets if any, the reason that the name is not available.

Applies to