public class StorageAccountCheckNameAvailabilityParameters extends Object
Constructor and Description |
---|
StorageAccountCheckNameAvailabilityParameters()
Creates an instance of StorageAccountCheckNameAvailabilityParameters class.
|
Modifier and Type | Method and Description |
---|---|
String |
name()
Get the storage account name.
|
String |
type()
Get the type of resource, Microsoft.Storage/storageAccounts.
|
StorageAccountCheckNameAvailabilityParameters |
withName(String name)
Set the storage account name.
|
StorageAccountCheckNameAvailabilityParameters |
withType(String type)
Set the type of resource, Microsoft.Storage/storageAccounts.
|
public StorageAccountCheckNameAvailabilityParameters()
public String name()
public StorageAccountCheckNameAvailabilityParameters withName(String name)
name
- the name value to setpublic String type()
public StorageAccountCheckNameAvailabilityParameters withType(String type)
type
- the type value to setCopyright © 2019. All rights reserved.