AddStorageAccountParameters interface   
The parameters used to add a new Azure Storage account.
Properties
| access | 
	The access key associated with this Azure Storage account that will be used to connect to it.  | 
| suffix | The optional suffix for the storage account.  | 
Property Details
		accessKey
	 
	The access key associated with this Azure Storage account that will be used to connect to it.
accessKey: string
				Property Value
string
suffix
The optional suffix for the storage account.
suffix?: string
				Property Value
string