get Storage Account
The storage account. API Version: 2021-02-01.
Return
The storage account.
Parameters
argument
null
suspend fun getStorageAccount(accountName: String, expand: String? = null, resourceGroupName: String): GetStorageAccountResult
Return
The storage account.
See also
Parameters
account Name
The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
expand
May be used to expand the properties within account's properties. By default, data is not included when fetching properties. Currently we only support geoReplicationStats and blobRestoreStatus.
resource Group Name
The name of the resource group within the user's subscription. The name is case insensitive.
suspend fun getStorageAccount(argument: suspend GetStorageAccountPlainArgsBuilder.() -> Unit): GetStorageAccountResult
Return
The storage account.
See also
Parameters
argument
Builder for com.pulumi.azurenative.storage.kotlin.inputs.GetStorageAccountPlainArgs.