set_default_datastore {azuremlsdk}R Documentation

Set the default datastore for a workspace

Description

Set the default datastore associated with the workspace.

Usage

set_default_datastore(workspace, datastore_name)

Arguments

workspace

The Workspace object.

datastore_name

The name of the datastore to be set as default.

Value

None

See Also

get_default_datastore()


[Package azuremlsdk version 1.10.0 Index]