v2

latestSwagger 2.0raw.githubusercontent.com2019-10-0881227.5 KB
DataStore

Get Datastores list.

Get the list of Datastores attached to the workspace.

get/datastore/v1.0/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/datastores

Path parameters

subscriptionIdstring uuid required

The Azure Subscription ID.

resourceGroupNamestring required

The Name of the resource group in which the workspace is located.

workspaceNamestring required

The name of the workspace.

Query parameters

dataStoreNamesstring[]

List of Datastore names.

continuationTokenstring

The Continuation Token.

countinteger

Count of Datastores to be returned.

includeSecretboolean

Whether to include the datastore secret in the response.

Response

The list of Datastores are returned successfully.

continuationTokenstring

The token used in retrieving the next page. If null, there are no additional pages.

nextLinkstring

The link to the next page constructed using the continuationToken. If null, there are no additional pages.

All 8 operations