RegistryNameCheckRequest Class

Definition

A request to check whether a container registry name is available.

public class RegistryNameCheckRequest
type RegistryNameCheckRequest = class
Public Class RegistryNameCheckRequest
Inheritance
RegistryNameCheckRequest

Constructors

RegistryNameCheckRequest()

Initializes a new instance of the RegistryNameCheckRequest class.

RegistryNameCheckRequest(String)

Initializes a new instance of the RegistryNameCheckRequest class.

Properties

Name

Gets or sets the name of the container registry.

Type

The resource type of the container registry. This field must be set to 'Microsoft.ContainerRegistry/registries'.

Methods

Validate()

Validate the object.

Applies to