DataSource.UpdateStages.WithProperties Interface

public static interface DataSource.UpdateStages.WithProperties

The stage of the DataSource update allowing to specify properties.

Method Summary

Modifier and Type Method and Description
abstract Update withProperties(Object properties)

Specifies the properties property: The data source properties in raw json format, each kind of data source have it's own schema..

Method Details

withProperties

public abstract DataSource.Update withProperties(Object properties)

Specifies the properties property: The data source properties in raw json format, each kind of data source have it's own schema..

Parameters:

properties - The data source properties in raw json format, each kind of data source have it's own schema.

Returns:

the next definition stage.

Applies to

Azure SDK for Java

Preview