DataShareConnection Class
The connection details for Data Share source.
Constructor
DataShareConnection(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
type
|
str or
<xref:azure.mgmt.storage.models.DATA_SHARE>
The type for data share connection. Required. DataShare connection type. |
|
data_share_uri
|
The URI of the backing DataShare. Must be in the format: azds://<region>:<DataShareName>:<DataShareIdentifier>. Required. |
Attributes
data_share_uri
The URI of the backing DataShare. Must be in the format: azds://<region>:<DataShareName>:<DataShareIdentifier>. Required.
data_share_uri: str
type
The type for data share connection. Required. DataShare connection type.
type: DATA_SHARE: 'DataShare'>]