public class RegistryNameCheckRequest extends Object
| Constructor | Description |
|---|---|
RegistryNameCheckRequest() |
Creates an instance of RegistryNameCheckRequest class.
|
| Modifier and Type | Method | Description |
|---|---|---|
String |
name() |
Get the name of the container registry.
|
String |
type() |
Get the resource type of the container registry.
|
RegistryNameCheckRequest |
withName(String name) |
Set the name of the container registry.
|
RegistryNameCheckRequest |
withType(String type) |
Set the resource type of the container registry.
|
public RegistryNameCheckRequest()
name - the name of the container registry.public String name()
public RegistryNameCheckRequest withName(String name)
name - the name value to setpublic String type()
public RegistryNameCheckRequest withType(String type)
type - the type value to set /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/