public final class StorageAccountCheckNameAvailabilityParameters extends Object
| Constructor and Description |
|---|
StorageAccountCheckNameAvailabilityParameters()
Creates an instance of StorageAccountCheckNameAvailabilityParameters class.
|
| Modifier and Type | Method and Description |
|---|---|
String |
name()
Get the name property: The storage account name.
|
String |
type()
Get the type property: The type of resource, Microsoft.Storage/storageAccounts.
|
void |
validate()
Validates the instance.
|
StorageAccountCheckNameAvailabilityParameters |
withName(String name)
Set the name property: The storage account name.
|
StorageAccountCheckNameAvailabilityParameters |
withType(String type)
Set the type property: The type of resource, Microsoft.Storage/storageAccounts.
|
public StorageAccountCheckNameAvailabilityParameters()
public String name()
public StorageAccountCheckNameAvailabilityParameters withName(String name)
name - the name value to set.public String type()
public StorageAccountCheckNameAvailabilityParameters 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.