az sf managed-application-type

Manage application types on an Azure Service Fabric cluster.

Commands

Name Description Type Status
az sf managed-application-type create

Create a new managed application type on an Azure Service Fabric managed cluster.

Core GA
az sf managed-application-type delete

Delete a managed application type.

Core GA
az sf managed-application-type list

List managed application types of a given managed cluster.

Core GA
az sf managed-application-type show

Show the properties of a managed application type on an Azure Service Fabric managed cluster.

Core GA
az sf managed-application-type update

Update an managed application type.

Core GA
az sf managed-application-type version

Manage application type versions on an Azure Service Fabric managed cluster. Only support ARM deployed application type versions.

Core GA
az sf managed-application-type version create

Create a new managed application type on an Azure Service Fabric managed cluster.

Core GA
az sf managed-application-type version delete

Delete a managed application type version.

Core GA
az sf managed-application-type version list

List versions of a given managed application type.

Core GA
az sf managed-application-type version show

Show the properties of a managed application type version on an Azure Service Fabric managed cluster.

Core GA
az sf managed-application-type version update

Update a managed application type version.

Core GA

az sf managed-application-type create

Create a new managed application type on an Azure Service Fabric managed cluster.

az sf managed-application-type create --application-type-name
                                      --cluster-name
                                      --resource-group
                                      [--tags]

Examples

Create new managed application type.

az sf managed-application-type create -g testRG -c testCluster --application-type-name testAppType

Required Parameters

--application-type-name --name

Specify the application type name.

--cluster-name -c

Specify the name of the cluster, if not given it will be same as resource group name.

--resource-group -g

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

Optional Parameters

--tags

Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags.

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 sf managed-application-type delete

Delete a managed application type.

az sf managed-application-type delete --application-type-name
                                      --cluster-name
                                      --resource-group

Examples

Delete managed application type.

az sf managed-application-type delete -g testRG -c testCluster --application-type-name CalcServiceApp

Required Parameters

--application-type-name --name

Specify the application type name.

--cluster-name -c

Specify the name of the cluster, if not given it will be same as resource group name.

--resource-group -g

Specify the resource group name. 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 sf managed-application-type list

List managed application types of a given managed cluster.

az sf managed-application-type list --cluster-name
                                    --resource-group

Examples

List managed application types for a given managed cluster.

az sf managed-application-type list -g testRG -c testCluster

Required Parameters

--cluster-name -c

Specify the name of the cluster, if not given it will be same as resource group name.

--resource-group -g

Specify the resource group name. 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 sf managed-application-type show

Show the properties of a managed application type on an Azure Service Fabric managed cluster.

az sf managed-application-type show --application-type-name
                                    --cluster-name
                                    --resource-group

Examples

Get managed application type.

az sf managed-application-type show -g testRG -c testCluster --application-type-name CalcServiceApp

Required Parameters

--application-type-name --name

Specify the application type name.

--cluster-name -c

Specify the name of the cluster, if not given it will be same as resource group name.

--resource-group -g

Specify the resource group name. 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 sf managed-application-type update

Update an managed application type.

This allows for updating of application type tags.

az sf managed-application-type update --application-type-name
                                      --cluster-name
                                      --resource-group
                                      [--tags]

Examples

Update application type tags.

az sf managed-application-type update -g testRG -c testCluster --application-type-name CalcServiceApp --tags new=tags are=nice

Required Parameters

--application-type-name --name

Specify the application type name.

--cluster-name -c

Specify the name of the cluster, if not given it will be same as resource group name.

--resource-group -g

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

Optional Parameters

--tags

Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags.

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.