RegistryNameCheckRequest Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET