public final class CheckNameAvailabilityParameters extends Object
| Constructor and Description |
|---|
CheckNameAvailabilityParameters() |
| Modifier and Type | Method and Description |
|---|---|
String |
name()
Get the name property: Resource name.
|
String |
type()
Get the type property: Resource type.
|
void |
validate()
Validates the instance.
|
CheckNameAvailabilityParameters |
withName(String name)
Set the name property: Resource name.
|
CheckNameAvailabilityParameters |
withType(String type)
Set the type property: Resource type.
|
public String name()
public CheckNameAvailabilityParameters withName(String name)
name - the name value to set.public String type()
public CheckNameAvailabilityParameters withType(String type)
type - the type value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.