Del via


az devcenter dev schedule

Note

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

Manage schedules.

Commands

Name Description Type Status
az devcenter dev schedule list

List schedules.

Extension GA
az devcenter dev schedule show

Get a schedule.

Extension GA

az devcenter dev schedule list

List schedules.

az devcenter dev schedule list --project
                               [--dev-center]
                               [--endpoint]
                               [--pool]

Examples

List schedules by project using dev center

az devcenter dev schedule list --dev-center-name "ContosoDevCenter" --project-name "DevProject"

List schedules by project using endpoint

az devcenter dev schedule list --endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" --project-name "DevProject"

List schedules by pool using dev center

az devcenter dev schedule list --dev-center-name "ContosoDevCenter" --pool-name "DevPool" --project-name "DevProject"

List schedules by pool using endpoint

az devcenter dev schedule list --endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" --pool-name "DevPool" --project-name "DevProject"

Required Parameters

--project --project-name

The name of the project. Use az configure -d project=<project_name> to configure a default.

Optional Parameters

--dev-center --dev-center-name -d

The name of the dev center. Use az configure -d dev-center=<dev_center_name> to configure a default.

--endpoint

The API endpoint for the developer resources. Use az configure -d endpoint=<endpoint_uri> to configure a default.

--pool --pool-name

The name of a pool of dev boxes.

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 devcenter dev schedule show

Get a schedule.

az devcenter dev schedule show --pool
                               --project
                               [--dev-center]
                               [--endpoint]

Examples

Get using dev center

az devcenter dev schedule show --dev-center-name "ContosoDevCenter" --pool-name "DevPool" --project-name "DevProject"

Get using endpoint

az devcenter dev schedule show --endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" --pool-name "DevPool" --project-name "DevProject"

Required Parameters

--pool --pool-name

The name of a pool of dev boxes.

--project --project-name

The name of the project. Use az configure -d project=<project_name> to configure a default.

Optional Parameters

--dev-center --dev-center-name -d

The name of the dev center. Use az configure -d dev-center=<dev_center_name> to configure a default.

--endpoint

The API endpoint for the developer resources. Use az configure -d endpoint=<endpoint_uri> to configure a default.

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.