get Storage Account Credential
suspend fun getStorageAccountCredential(argument: GetStorageAccountCredentialPlainArgs): GetStorageAccountCredentialResult
Gets the properties of the specified storage account credential. Uses Azure REST API version 2023-07-01. Other available API versions: 2022-03-01, 2022-04-01-preview, 2022-12-01-preview, 2023-01-01-preview, 2023-12-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native databoxedge [ApiVersion]
. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.
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.