az synapse integration-runtime
Manage Synapse's integration runtimes.
Commands
Name | Description | Type | Status |
---|---|---|---|
az synapse integration-runtime create |
Create an integration runtime. |
Core | Deprecated |
az synapse integration-runtime delete |
Delete an integration runtime. |
Core | GA |
az synapse integration-runtime get-connection-info |
Get the integration runtime connection infomation. |
Core | GA |
az synapse integration-runtime get-monitoring-data |
Get metric data for a self-hosted integration runtime. |
Core | GA |
az synapse integration-runtime get-status |
Gets detailed status information for an integration runtime. |
Core | GA |
az synapse integration-runtime list |
List integration runtimes. |
Core | GA |
az synapse integration-runtime list-auth-key |
Get keys for a self-hosted integration runtime. |
Core | GA |
az synapse integration-runtime managed |
Manage integration runtime with synapse sub group managed. |
Core | GA |
az synapse integration-runtime managed create |
Create an managed integration runtime. |
Core | GA |
az synapse integration-runtime regenerate-auth-key |
Regenerate self-hosted integration runtime key. |
Core | GA |
az synapse integration-runtime self-hosted |
Manage integration runtime with synapse sub group self-hosted. |
Core | GA |
az synapse integration-runtime self-hosted create |
Create an self-hosted integration runtime. |
Core | GA |
az synapse integration-runtime show |
Get an integration runtime. |
Core | GA |
az synapse integration-runtime start |
Start an SSIS integration runtime. |
Core | GA |
az synapse integration-runtime stop |
Stop an SSIS integration runtime. |
Core | GA |
az synapse integration-runtime sync-credentials |
Synchronize credentials among integration runtime nodes. |
Core | GA |
az synapse integration-runtime update |
Update an integration runtime. |
Core | GA |
az synapse integration-runtime upgrade |
Upgrade self-hosted integration runtime. |
Core | GA |
az synapse integration-runtime wait |
Place the CLI in a waiting state until a condition of a integration runtime is met. |
Core | GA |
az synapse integration-runtime create
This command has been deprecated and will be removed in a future release. Use 'managed create, self-hosted create' instead.
Create an integration runtime.
az synapse integration-runtime create --name
--resource-group
--type {Managed, SelfHosted}
--workspace-name
[--compute-type {ComputeOptimized, General, MemoryOptimized}]
[--core-count]
[--description]
[--if-match]
[--location]
[--no-wait]
[--time-to-live]
Examples
Create an integration runtime.
az synapse integration-runtime create --workspace-name testsynapseworkspace --resource-group rg \
--name testintegrationruntime --type Managed
Required Parameters
The integration runtime name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The integration runtime type.
Property | Value |
---|---|
Accepted values: | Managed, SelfHosted |
The workspace name.
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
Compute type of the data flow cluster which will execute data flow job.
Property | Value |
---|---|
Parameter group: | Managed Arguments |
Default value: | General |
Accepted values: | ComputeOptimized, General, MemoryOptimized |
Core count of the data flow cluster which will execute data flow job.
Property | Value |
---|---|
Parameter group: | Managed Arguments |
Default value: | 8 |
The integration runtime description.
ETag of the integration runtime entity. Should only be specified for update, for which it should match existing entity or can be * for unconditional update.
The integration runtime location.
Property | Value |
---|---|
Parameter group: | Managed Arguments |
Default value: | AutoResolve |
Do not wait for the long-running operation to finish.
Property | Value |
---|---|
Default value: | False |
Time to live (in minutes) setting of the data flow cluster which will execute data flow job.
Property | Value |
---|---|
Parameter group: | Managed Arguments |
Default value: | 0 |
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
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.
Property | Value |
---|---|
Default value: | False |
az synapse integration-runtime delete
Delete an integration runtime.
az synapse integration-runtime delete [--ids]
[--name]
[--no-wait]
[--resource-group]
[--subscription]
[--workspace-name]
[--yes]
Examples
Delete an integration runtime.
az synapse integration-runtime delete --workspace-name testsynapseworkspace --resource-group rg \
--name testintegrationruntime
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
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.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
The integration runtime name.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Do not wait for the long-running operation to finish.
Property | Value |
---|---|
Default value: | False |
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
The workspace name.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Do not prompt for confirmation.
Property | Value |
---|---|
Default value: | False |
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
Property | Value |
---|---|
Default value: | False |
az synapse integration-runtime get-connection-info
Get the integration runtime connection infomation.
az synapse integration-runtime get-connection-info [--ids]
[--name]
[--resource-group]
[--subscription]
[--workspace-name]
Examples
Get the integration runtime connection infomation.
az synapse integration-runtime get-connection-info --workspace-name testsynapseworkspace --resource-group rg \
--name selfhostedintegrationruntime
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
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.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
The integration runtime name.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
The workspace name.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
Property | Value |
---|---|
Default value: | False |
az synapse integration-runtime get-monitoring-data
Get metric data for a self-hosted integration runtime.
az synapse integration-runtime get-monitoring-data [--ids]
[--name]
[--resource-group]
[--subscription]
[--workspace-name]
Examples
Get metric data for a self-hosted integration runtime.
az synapse integration-runtime get-monitoring-data --workspace-name testsynapseworkspace --resource-group rg \
--name selfhostedintegrationruntime
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
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.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
The integration runtime name.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
The workspace name.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
Property | Value |
---|---|
Default value: | False |
az synapse integration-runtime get-status
Gets detailed status information for an integration runtime.
az synapse integration-runtime get-status [--ids]
[--name]
[--resource-group]
[--subscription]
[--workspace-name]
Examples
Gets detailed status information for an integration runtime.
az synapse integration-runtime get-status --workspace-name testsynapseworkspace --resource-group rg \
--name selfhostedintegrationruntime
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
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.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
The integration runtime name.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
The workspace name.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
Property | Value |
---|---|
Default value: | False |
az synapse integration-runtime list
List integration runtimes.
az synapse integration-runtime list --resource-group
--workspace-name
Examples
List integration runtimes.
az synapse integration-runtime list --workspace-name testsynapseworkspace --resource-group rg
Required Parameters
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The workspace name.
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
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.
Property | Value |
---|---|
Default value: | False |
az synapse integration-runtime list-auth-key
Get keys for a self-hosted integration runtime.
az synapse integration-runtime list-auth-key --name
--resource-group
--workspace-name
Examples
Get keys for a self-hosted integration runtime.
az synapse integration-runtime list-auth-key --workspace-name testsynapseworkspace --resource-group rg \
--name selfhostedintegrationruntime
Required Parameters
The integration runtime name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The workspace name.
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
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.
Property | Value |
---|---|
Default value: | False |
az synapse integration-runtime regenerate-auth-key
Regenerate self-hosted integration runtime key.
az synapse integration-runtime regenerate-auth-key [--ids]
[--key-name {authKey1, authKey2}]
[--name]
[--resource-group]
[--subscription]
[--workspace-name]
Examples
Regenerate self-hosted integration runtime key.
az synapse integration-runtime regenerate-auth-key --workspace-name testsynapseworkspace --resource-group rg \
--name selfhostedintegrationruntime --key-name authKey1
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
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.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
The name of the authentication key to regenerate.
Property | Value |
---|---|
Default value: | default |
Accepted values: | authKey1, authKey2 |
The integration runtime name.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
The workspace name.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
Property | Value |
---|---|
Default value: | False |
az synapse integration-runtime show
Get an integration runtime.
az synapse integration-runtime show [--ids]
[--if-none-match]
[--name]
[--resource-group]
[--subscription]
[--workspace-name]
Examples
Get an integration runtime.
az synapse integration-runtime show --workspace-name testsynapseworkspace --resource-group rg \
--name testintegrationruntime
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
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.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
ETag of the integration runtime entity. Should only be specified for get. If the ETag matches the existing entity tag, or if * was provided, then no content will be returned. Default value is None.
The integration runtime name.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
The workspace name.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
Property | Value |
---|---|
Default value: | False |
az synapse integration-runtime start
Start an SSIS integration runtime.
az synapse integration-runtime start [--ids]
[--name]
[--no-wait]
[--resource-group]
[--subscription]
[--workspace-name]
Examples
start an SSIS integration runtime.
az synapse integration-runtime start --workspace-name testsynapseworkspace --resource-group rg \
--name testintegrationruntime
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
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.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
The integration runtime name.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Do not wait for the long-running operation to finish.
Property | Value |
---|---|
Default value: | False |
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
The workspace name.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
Property | Value |
---|---|
Default value: | False |
az synapse integration-runtime stop
Stop an SSIS integration runtime.
az synapse integration-runtime stop [--ids]
[--name]
[--no-wait]
[--resource-group]
[--subscription]
[--workspace-name]
[--yes]
Examples
stop an SSIS integration runtime.
az synapse integration-runtime stop --workspace-name testsynapseworkspace --resource-group rg \
--name testintegrationruntime
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
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.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
The integration runtime name.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Do not wait for the long-running operation to finish.
Property | Value |
---|---|
Default value: | False |
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
The workspace name.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Do not prompt for confirmation.
Property | Value |
---|---|
Default value: | False |
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
Property | Value |
---|---|
Default value: | False |
az synapse integration-runtime sync-credentials
Synchronize credentials among integration runtime nodes.
az synapse integration-runtime sync-credentials [--ids]
[--name]
[--resource-group]
[--subscription]
[--workspace-name]
Examples
Synchronize credentials among integration runtime nodes.
az synapse integration-runtime sync-credentials --workspace-name testsynapseworkspace --resource-group rg \
--name selfhostedintegrationruntime
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
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.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
The integration runtime name.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
The workspace name.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
Property | Value |
---|---|
Default value: | False |
az synapse integration-runtime update
Update an integration runtime.
az synapse integration-runtime update --auto-update {Off, On}
--update-delay-offset
[--ids]
[--name]
[--resource-group]
[--subscription]
[--workspace-name]
Examples
Update an integration runtime.
az synapse integration-runtime update --workspace-name testsynapseworkspace --resource-group rg \
--name testintegrationruntime --auto-update On --update-delay-offset '"PT03H"'
Required Parameters
Enable or disable the self-hosted integration runtime auto-update.
Property | Value |
---|---|
Accepted values: | Off, On |
The time of the day for the self-hosted integration runtime auto-update.
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
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.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
The integration runtime name.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
The workspace name.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
Property | Value |
---|---|
Default value: | False |
az synapse integration-runtime upgrade
Upgrade self-hosted integration runtime.
az synapse integration-runtime upgrade [--ids]
[--name]
[--resource-group]
[--subscription]
[--workspace-name]
Examples
Upgrade self-hosted integration runtime.
az synapse integration-runtime upgrade --workspace-name testsynapseworkspace --resource-group rg \
--name testintegrationruntime
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
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.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
The integration runtime name.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
The workspace name.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
Property | Value |
---|---|
Default value: | False |
az synapse integration-runtime wait
Place the CLI in a waiting state until a condition of a integration runtime is met.
az synapse integration-runtime wait --name
--resource-group
--workspace-name
[--created]
[--custom]
[--deleted]
[--exists]
[--if-none-match]
[--interval]
[--timeout]
[--updated]
Required Parameters
The integration runtime name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The workspace name.
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
Wait until created with 'provisioningState' at 'Succeeded'.
Property | Value |
---|---|
Parameter group: | Wait Condition Arguments |
Default value: | False |
Wait until the condition satisfies a custom JMESPath query. E.g. provisioningState!='InProgress', instanceView.statuses[?code=='PowerState/running'].
Property | Value |
---|---|
Parameter group: | Wait Condition Arguments |
Wait until deleted.
Property | Value |
---|---|
Parameter group: | Wait Condition Arguments |
Default value: | False |
Wait until the resource exists.
Property | Value |
---|---|
Parameter group: | Wait Condition Arguments |
Default value: | False |
ETag of the integration runtime entity. Should only be specified for get. If the ETag matches the existing entity tag, or if * was provided, then no content will be returned. Default value is None.
Polling interval in seconds.
Property | Value |
---|---|
Parameter group: | Wait Condition Arguments |
Default value: | 30 |
Maximum wait in seconds.
Property | Value |
---|---|
Parameter group: | Wait Condition Arguments |
Default value: | 3600 |
Wait until updated with provisioningState at 'Succeeded'.
Property | Value |
---|---|
Parameter group: | Wait Condition Arguments |
Default value: | False |
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
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.
Property | Value |
---|---|
Default value: | False |