UpdateStorageAccountParameters interface
The parameters used to update an Azure Storage account.
Properties
access |
The updated 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 updated 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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for JavaScript