share_subscriptions_source_share_synchronization_settings
Creates, updates, deletes, gets or lists a share_subscriptions_source_share_synchronization_settings
resource.
Overview
Name | share_subscriptions_source_share_synchronization_settings |
Type | Resource |
Id | azure.data_share.share_subscriptions_source_share_synchronization_settings |
Fields
Name | Datatype | Description |
---|---|---|
kind | string | Kind of synchronization setting on share. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | accountName, resourceGroupName, shareSubscriptionName, subscriptionId | Get synchronization settings set on a share |
SELECT
examples
Get synchronization settings set on a share
SELECT
kind
FROM azure.data_share.share_subscriptions_source_share_synchronization_settings
WHERE accountName = '{{ accountName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND shareSubscriptionName = '{{ shareSubscriptionName }}'
AND subscriptionId = '{{ subscriptionId }}';