CheckNameAvailability Class
- java.
lang. Object - com.
azure. resourcemanager. artifactsigning. models. CheckNameAvailability
- com.
Implements
public final class CheckNameAvailability
implements JsonSerializable<CheckNameAvailability>
The parameters used to check the availability of the artifact signing account name.
Constructor Summary
| Constructor | Description |
|---|---|
| CheckNameAvailability() |
Creates an instance of Check |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Check |
fromJson(JsonReader jsonReader)
Reads an instance of Check |
| String |
name()
Get the name property: Artifact signing account name. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource, "Microsoft. |
|
Check |
withName(String name)
Set the name property: Artifact signing account name. |
|
Check |
withType(String type)
Set the type property: The type of the resource, "Microsoft. |
Methods inherited from java.lang.Object
Constructor Details
CheckNameAvailability
public CheckNameAvailability()
Creates an instance of CheckNameAvailability class.
Method Details
fromJson
public static CheckNameAvailability fromJson(JsonReader jsonReader)
Reads an instance of CheckNameAvailability from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: Artifact signing account name.
Returns:
toJson
type
public String type()
Get the type property: The type of the resource, "Microsoft.CodeSigning/codeSigningAccounts".
Returns:
withName
public CheckNameAvailability withName(String name)
Set the name property: Artifact signing account name.
Parameters:
Returns:
withType
public CheckNameAvailability withType(String type)
Set the type property: The type of the resource, "Microsoft.CodeSigning/codeSigningAccounts".
Parameters:
Returns: