DataShareSource Class
The properties of data share source.
Constructor
DataShareSource(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
type
|
str or
<xref:azure.mgmt.storage.models.DATA_SHARE>
The type for data share source. Required. Source type - DataShare. |
|
connection
|
Details for how to connect to the backing data store. Required. |
|
auth_properties
|
Details for how to authenticate to the backing data store. Required. |
Attributes
auth_properties
Details for how to authenticate to the backing data store. Required.
auth_properties: _models.StorageConnectorAuthProperties
connection
Details for how to connect to the backing data store. Required.
connection: _models.StorageConnectorConnection
type
The type for data share source. Required. Source type - DataShare.
type: DATA_SHARE: 'DataShare'>]