public final class VaultCheckNameAvailabilityParameters extends Object
| Constructor and Description |
|---|
VaultCheckNameAvailabilityParameters()
Creates an instance of VaultCheckNameAvailabilityParameters class.
|
| Modifier and Type | Method and Description |
|---|---|
String |
name()
Get the name property: The vault name.
|
String |
type()
Get the type property: The type of resource, Microsoft.KeyVault/vaults.
|
void |
validate()
Validates the instance.
|
VaultCheckNameAvailabilityParameters |
withName(String name)
Set the name property: The vault name.
|
VaultCheckNameAvailabilityParameters |
withType(String type)
Set the type property: The type of resource, Microsoft.KeyVault/vaults.
|
public VaultCheckNameAvailabilityParameters()
public String name()
public VaultCheckNameAvailabilityParameters withName(String name)
name - the name value to set.public String type()
public VaultCheckNameAvailabilityParameters withType(String type)
type - the type value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.