DicomServiceStorageArgs

data class DicomServiceStorageArgs(val fileSystemName: Output<String>, val storageAccountId: Output<String>) : ConvertibleToJava<DicomServiceStorageArgs>

Constructors

Link copied to clipboard
constructor(fileSystemName: Output<String>, storageAccountId: Output<String>)

Properties

Link copied to clipboard
val fileSystemName: Output<String>

The filesystem name of connected storage account. Changing this forces a new Healthcare DICOM Service to be created.

Link copied to clipboard

The resource ID of connected storage account. Changing this forces a new Healthcare DICOM Service to be created.

Functions

Link copied to clipboard
open override fun toJava(): DicomServiceStorageArgs