| write_workspace_config {azuremlsdk} | R Documentation | 
Write out the workspace configuration details to a config file
Description
Write out the workspace ARM properties to a config file. Workspace ARM
properties can be loaded later using load_workspace_from_config().
The method provides a simple way of reusing the same workspace across
multiple files or projects. Users can save the workspace ARM properties
using this function, and use load_workspace_from_config() to load the
same workspace in different files or projects without retyping the
workspace ARM properties.
Usage
write_workspace_config(workspace, path = NULL, file_name = NULL)
Arguments
workspace | 
 The   | 
path | 
 A string of the location to write the config.json file. The config file will be located in a directory called '.azureml'. The parameter defaults to the current working directory, so by default config.json will be located at '.azureml/'.  | 
file_name | 
 A string of the name to use for the config file. The
parameter defaults to   | 
Value
None