DicomServiceArgs

constructor(cors: Output<DicomServiceCorsArgs>? = null, dataPartitionsEnabled: Output<Boolean>? = null, encryptionKeyUrl: Output<String>? = null, identity: Output<DicomServiceIdentityArgs>? = null, location: Output<String>? = null, name: Output<String>? = null, publicNetworkAccessEnabled: Output<Boolean>? = null, storage: Output<DicomServiceStorageArgs>? = null, tags: Output<Map<String, String>>? = null, workspaceId: Output<String>? = null)