Skip to main content
POST
/
datasets
/
{name}
/
versions
/
{version}
/
credentials
{
  "blobReference": {
    "blobUri": "<string>",
    "storageAccountArmId": "<string>",
    "credential": {
      "sasUri": "<string>",
      "type": "SAS"
    }
  }
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

name
string
required

The name of the resource

version
string
required

The specific version id of the DatasetVersion to operate on.

Query Parameters

api-version
string
required

The API version to use for this operation.

Minimum length: 1

Response

The request has succeeded.

Represents a reference to a blob for consumption

blobReference
object
required

Blob reference details.