az storage-mover

Note

This reference is part of the storage-mover extension for the Azure CLI (version 2.51.0 or higher). The extension will automatically install the first time you run an az storage-mover command. Learn more about extensions.

Manage top-level Storage Mover resource.

Commands

Name Description Type Status
az storage-mover agent

Manage Agent resource, which references a hybrid compute machine that can run jobs.

Extension GA
az storage-mover agent list

Lists all Agents in a Storage Mover.

Extension GA
az storage-mover agent show

Gets an Agent resource.

Extension GA
az storage-mover agent unregister

Unregisters an Agent resource.

Extension GA
az storage-mover agent update

Update an Agent resource, which references a hybrid compute machine that can run jobs.

Extension GA
az storage-mover agent wait

Place the CLI in a waiting state until a condition is met.

Extension GA
az storage-mover create

Creates a top-level Storage Mover resource.

Extension GA
az storage-mover delete

Deletes a Storage Mover resource.

Extension GA
az storage-mover endpoint

Manage Endpoint resource, which represents a data transfer source or destination.

Extension GA
az storage-mover endpoint create-for-nfs

Creates an Endpoint resource for nfs.

Extension GA
az storage-mover endpoint create-for-smb

Creates an Endpoint resource for smb mount.

Extension Preview
az storage-mover endpoint create-for-storage-container

Creates an Endpoint resource for storage blob container.

Extension GA
az storage-mover endpoint create-for-storage-smb-file-share

Creates an Endpoint resource for storage smb file share.

Extension Preview
az storage-mover endpoint delete

Deletes an Endpoint resource.

Extension GA
az storage-mover endpoint list

Lists all Endpoints in a Storage Mover.

Extension GA
az storage-mover endpoint show

Gets an Endpoint resource.

Extension GA
az storage-mover endpoint update-for-nfs

Updates an Endpoint resource for nfs.

Extension GA
az storage-mover endpoint update-for-smb

Updates an Endpoint resource for smb mount.

Extension Preview
az storage-mover endpoint update-for-storage-container

Updates an Endpoint resource for storage blob container.

Extension GA
az storage-mover endpoint update-for-storage-smb-file-share

Updates an Endpoint resource for storage smb file share.

Extension Preview
az storage-mover endpoint wait

Place the CLI in a waiting state until a condition is met.

Extension GA
az storage-mover job-definition

Manage Job Definition resource, which contains configuration for a single unit of managed data transfer.

Extension GA
az storage-mover job-definition create

Creates a Job Definition resource, which contains configuration for a single unit of managed data transfer.

Extension GA
az storage-mover job-definition delete

Deletes a Job Definition resource.

Extension GA
az storage-mover job-definition list

Lists all Job Definitions in a Project.

Extension GA
az storage-mover job-definition show

Gets a Job Definition resource.

Extension GA
az storage-mover job-definition start-job

Requests an Agent to start a new instance of this Job Definition, generating a new Job Run resource.

Extension GA
az storage-mover job-definition stop-job

Requests the Agent of any active instance of this Job Definition to stop.

Extension GA
az storage-mover job-definition update

Update a Job Definition resource, which contains configuration for a single unit of managed data transfer.

Extension GA
az storage-mover job-definition wait

Place the CLI in a waiting state until a condition is met.

Extension GA
az storage-mover job-run

Manage Job Run resource.

Extension GA
az storage-mover job-run list

Lists all Job Runs in a Job Definition.

Extension GA
az storage-mover job-run show

Gets a Job Run resource.

Extension GA
az storage-mover list

Lists all Storage Movers in a subscription.

Extension GA
az storage-mover project

Manage Project resource, which is a logical grouping of related jobs.

Extension GA
az storage-mover project create

Creates a Project resource, which is a logical grouping of related jobs.

Extension GA
az storage-mover project delete

Deletes a Project resource.

Extension GA
az storage-mover project list

Lists all Projects in a Storage Mover.

Extension GA
az storage-mover project show

Gets a Project resource.

Extension GA
az storage-mover project update

Update a Project resource, which is a logical grouping of related jobs.

Extension GA
az storage-mover project wait

Place the CLI in a waiting state until a condition is met.

Extension GA
az storage-mover show

Gets a Storage Mover resource.

Extension GA
az storage-mover update

Update a top-level Storage Mover resource.

Extension GA
az storage-mover wait

Place the CLI in a waiting state until a condition is met.

Extension GA

az storage-mover create

Creates a top-level Storage Mover resource.

az storage-mover create --name
                        --resource-group
                        [--description]
                        [--location]
                        [--tags]

Examples

storage-mover create

az storage-mover create -g {rg} -n {mover_name} -l eastus2 --tags {{key1:value1}} --description ExampleDesc

Required Parameters

--name --storage-mover-name -n

The name of the Storage Mover resource.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

Optional Parameters

--description

A description for the Storage Mover.

--location -l

The geo-location where the resource lives When not specified, the location of the resource group will be used.

--tags

Resource tags. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

az storage-mover delete

Deletes a Storage Mover resource.

az storage-mover delete [--ids]
                        [--name]
                        [--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
                        [--resource-group]
                        [--subscription]
                        [--yes]

Examples

storage-mover delete

az storage-mover delete -g {rg} -n {mover_name}

Optional Parameters

--ids

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.

--name --storage-mover-name -n

The name of the Storage Mover resource.

--no-wait

Do not wait for the long-running operation to finish.

accepted values: 0, 1, f, false, n, no, t, true, y, yes
--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--yes -y

Do not prompt for confirmation.

default value: False
Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

az storage-mover list

Lists all Storage Movers in a subscription.

az storage-mover list [--max-items]
                      [--next-token]
                      [--resource-group]

Examples

storage-mover list

az storage-mover list -g {rg}

Optional Parameters

--max-items

Total number of items to return in the command's output. If the total number of items available is more than the value specified, a token is provided in the command's output. To resume pagination, provide the token value in --next-token argument of a subsequent command.

--next-token

Token to specify where to start paginating. This is the token value from a previously truncated response.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

az storage-mover show

Gets a Storage Mover resource.

az storage-mover show [--ids]
                      [--name]
                      [--resource-group]
                      [--subscription]

Examples

storage-mover show

az storage-mover show -g {rg} -n {mover_name}

Optional Parameters

--ids

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.

--name --storage-mover-name -n

The name of the Storage Mover resource.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

az storage-mover update

Update a top-level Storage Mover resource.

az storage-mover update [--add]
                        [--description]
                        [--force-string {0, 1, f, false, n, no, t, true, y, yes}]
                        [--ids]
                        [--name]
                        [--remove]
                        [--resource-group]
                        [--set]
                        [--subscription]
                        [--tags]

Examples

storage-mover update

az storage-mover update -g {rg} -n {mover_name} --tags {{key2:value2}} --description ExampleDesc2

Optional Parameters

--add

Add an object to a list of objects by specifying a path and key value pairs. Example: --add property.listProperty <key=value, string or JSON string>.

--description

A description for the Storage Mover.

--force-string

When using 'set' or 'add', preserve string literals instead of attempting to convert to JSON.

accepted values: 0, 1, f, false, n, no, t, true, y, yes
--ids

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.

--name --storage-mover-name -n

The name of the Storage Mover resource.

--remove

Remove a property or an element from a list. Example: --remove property.list OR --remove propertyToRemove.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

--set

Update an object by specifying a property path and value to set. Example: --set property1.property2=.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--tags

Resource tags. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

az storage-mover wait

Place the CLI in a waiting state until a condition is met.

az storage-mover wait [--created]
                      [--custom]
                      [--deleted]
                      [--exists]
                      [--ids]
                      [--interval]
                      [--name]
                      [--resource-group]
                      [--subscription]
                      [--timeout]
                      [--updated]

Optional Parameters

--created

Wait until created with 'provisioningState' at 'Succeeded'.

default value: False
--custom

Wait until the condition satisfies a custom JMESPath query. E.g. provisioningState!='InProgress', instanceView.statuses[?code=='PowerState/running'].

--deleted

Wait until deleted.

default value: False
--exists

Wait until the resource exists.

default value: False
--ids

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.

--interval

Polling interval in seconds.

default value: 30
--name --storage-mover-name -n

The name of the Storage Mover resource.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--timeout

Maximum wait in seconds.

default value: 3600
--updated

Wait until updated with provisioningState at 'Succeeded'.

default value: False
Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.