az datashare synchronization-setting
Note
This reference is part of the datashare extension for the Azure CLI (version 2.15.0 or higher). The extension will automatically install the first time you run an az datashare synchronization-setting command. Learn more about extensions.
Command group 'datashare' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Manage synchronization setting with datashare.
Commands
Name | Description | Type | Status |
---|---|---|---|
az datashare synchronization-setting create |
Create a synchronizationSetting. |
Extension | Experimental |
az datashare synchronization-setting delete |
Delete a synchronizationSetting in a share. |
Extension | Experimental |
az datashare synchronization-setting list |
List synchronizationSettings in a share. |
Extension | Experimental |
az datashare synchronization-setting show |
Get a synchronizationSetting in a share. |
Extension | Experimental |
az datashare synchronization-setting wait |
Place the CLI in a waiting state until a condition of the datashare synchronization-setting is met. |
Extension | Experimental |
az datashare synchronization-setting create
Command group 'datashare' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Create a synchronizationSetting.
az datashare synchronization-setting create --account-name
--name
--resource-group
--share-name
[--scheduled-synchronization-setting]
Examples
SynchronizationSettings_Create
az datashare synchronization-setting create --account-name "Account1" --resource-group "SampleResourceGroup" --share-name "Share1" --scheduled-synchronization-setting recurrence-interval="Day" synchronization-time="2018-11-14T04:47:52.9614956Z" --name "Dataset1"
Required Parameters
The name of the share account.
The name of the synchronizationSetting.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The name of the share to add the synchronization setting to.
Optional Parameters
A type of synchronization setting based on schedule.
Usage: --scheduled-synchronization-setting recurrence-interval=XX synchronization-time=XX kind=XX
recurrence-interval: Required. Recurrence Interval synchronization-time: Required. Synchronization time kind: Required. Kind of synchronization setting.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az datashare synchronization-setting delete
Command group 'datashare' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Delete a synchronizationSetting in a share.
az datashare synchronization-setting delete [--account-name]
[--ids]
[--name]
[--no-wait]
[--resource-group]
[--share-name]
[--subscription]
[--yes]
Examples
SynchronizationSettings_Delete
az datashare synchronization-setting delete --account-name "Account1" --resource-group "SampleResourceGroup" --share-name "Share1" --name "SynchronizationSetting1"
Optional Parameters
The name of the share account.
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
The name of the synchronizationSetting .
Do not wait for the long-running operation to finish.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The name of the share.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Do not prompt for confirmation.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az datashare synchronization-setting list
Command group 'datashare' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus
List synchronizationSettings in a share.
az datashare synchronization-setting list --account-name
--resource-group
--share-name
[--skip-token]
Examples
SynchronizationSettings_ListByShare
az datashare synchronization-setting list --account-name "Account1" --resource-group "SampleResourceGroup" --share-name "Share1"
Required Parameters
The name of the share account.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The name of the share.
Optional Parameters
Continuation token.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az datashare synchronization-setting show
Command group 'datashare' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Get a synchronizationSetting in a share.
az datashare synchronization-setting show [--account-name]
[--ids]
[--name]
[--resource-group]
[--share-name]
[--subscription]
Examples
SynchronizationSettings_Get
az datashare synchronization-setting show --account-name "Account1" --resource-group "SampleResourceGroup" --share-name "Share1" --name "SynchronizationSetting1"
Optional Parameters
The name of the share account.
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
The name of the synchronizationSetting.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The name of the share.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az datashare synchronization-setting wait
Command group 'datashare' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Place the CLI in a waiting state until a condition of the datashare synchronization-setting is met.
az datashare synchronization-setting wait [--account-name]
[--created]
[--custom]
[--deleted]
[--exists]
[--ids]
[--interval]
[--name]
[--resource-group]
[--share-name]
[--subscription]
[--timeout]
[--updated]
Examples
Pause executing next line of CLI script until the datashare synchronization-setting is successfully deleted.
az datashare synchronization-setting wait --account-name "Account1" --resource-group "SampleResourceGroup" --share-name "Share1" --name "SynchronizationSetting1" --deleted
Optional Parameters
The name of the share account.
Wait until created with 'provisioningState' at 'Succeeded'.
Wait until the condition satisfies a custom JMESPath query. E.g. provisioningState!='InProgress', instanceView.statuses[?code=='PowerState/running'].
Wait until deleted.
Wait until the resource exists.
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Polling interval in seconds.
The name of the synchronizationSetting.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The name of the share.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Maximum wait in seconds.
Wait until updated with provisioningState at 'Succeeded'.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.