az sig gallery-application
Manage gallery application.
Commands
Name | Description | Type | Status |
---|---|---|---|
az sig gallery-application create |
Create a gallery Application Definition. |
Core | GA |
az sig gallery-application delete |
Delete a gallery Application. |
Core | GA |
az sig gallery-application list |
List gallery Application Definitions in a gallery. |
Core | GA |
az sig gallery-application show |
Get information about a gallery Application Definition. |
Core | GA |
az sig gallery-application update |
Update a gallery Application Definition. |
Core | GA |
az sig gallery-application version |
Manage gallery application version. |
Core | GA |
az sig gallery-application version create |
Create a gallery Application Version. |
Core | GA |
az sig gallery-application version delete |
Delete a gallery application version. |
Core | GA |
az sig gallery-application version list |
List gallery application versions. |
Core | GA |
az sig gallery-application version show |
Get information about a gallery application version. |
Core | GA |
az sig gallery-application version update |
Update a gallery Application Version. |
Core | GA |
az sig gallery-application version wait |
Place the CLI in a waiting state until a condition is met. |
Core | GA |
az sig gallery-application wait |
Place the CLI in a waiting state until a condition of the sig gallery-application is met. |
Core | GA |
az sig gallery-application create
Create a gallery Application Definition.
az sig gallery-application create --application-name
--gallery-name
--os-type {Linux, Windows}
--resource-group
[--description]
[--location]
[--no-wait]
[--tags]
Examples
Create a simple gallery Application.
az sig gallery-application create --gallery-name MyGallery --name AppName -g MyResourceGroup --os-type windows
Required Parameters
The name of the gallery Application.
Gallery name.
This property allows you to specify the supported type of the OS that application is built for.
Possible values are:
Windows
Linux.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
The description of this gallery Application Definition resource. This property is updatable.
Location. Values from: az account list-locations
. You can configure the default location using az configure --defaults location=<location>
.
Do not wait for the long-running operation to finish.
Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags.
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 sig gallery-application delete
Delete a gallery Application.
az sig gallery-application delete [--application-name]
[--gallery-name]
[--ids]
[--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
[--resource-group]
[--subscription]
[--yes]
Optional Parameters
The name of the gallery application.
Gallery name.
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.
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>
.
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 sig gallery-application list
List gallery Application Definitions in a gallery.
az sig gallery-application list --gallery-name
--resource-group
Required Parameters
Gallery name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
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 sig gallery-application show
Get information about a gallery Application Definition.
az sig gallery-application show [--application-name]
[--gallery-name]
[--ids]
[--resource-group]
[--subscription]
Optional Parameters
The name of the gallery application.
Gallery name.
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 of resource group. You can configure the default group using az configure --defaults group=<name>
.
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 sig gallery-application update
Update a gallery Application Definition.
az sig gallery-application update --application-name
--gallery-name
--resource-group
[--description]
[--location]
[--no-wait]
[--tags]
Examples
Update a simple gallery Application.
az sig gallery-application update --gallery-name GalleryName --name AppName -g MyResourceGroup --description Description --tags tag=MyTag
Required Parameters
The name of the gallery Application.
Gallery name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
The description of this gallery Application Definition resource. This property is updatable.
Location. Values from: az account list-locations
. You can configure the default location using az configure --defaults location=<location>
.
Do not wait for the long-running operation to finish.
Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags.
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 sig gallery-application wait
Place the CLI in a waiting state until a condition of the sig gallery-application is met.
az sig gallery-application wait --application-name
--gallery-name
--resource-group
[--created]
[--custom]
[--deleted]
[--exists]
[--interval]
[--timeout]
[--updated]
Required Parameters
The name of the gallery Application.
Gallery name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
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.
Polling interval in seconds.
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.