get Storage Account Credential
suspend fun getStorageAccountCredential(argument: GetStorageAccountCredentialPlainArgs): GetStorageAccountCredentialResult
Gets the properties of the specified storage account credential. API Version: 2020-12-01.
Return
The storage account credential.
Parameters
argument
null
suspend fun getStorageAccountCredential(deviceName: String, name: String, resourceGroupName: String): GetStorageAccountCredentialResult
Return
The storage account credential.
Parameters
device Name
The device name.
name
The storage account credential name.
resource Group Name
The resource group name.
See also
suspend fun getStorageAccountCredential(argument: suspend GetStorageAccountCredentialPlainArgsBuilder.() -> Unit): GetStorageAccountCredentialResult
Return
The storage account credential.
Parameters
argument
Builder for com.pulumi.azurenative.databoxedge.kotlin.inputs.GetStorageAccountCredentialPlainArgs.