az sf application-type

Manage application types on an Azure Service Fabric cluster.

Commands

Name Description Type Status
az sf application-type create

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

Core GA
az sf application-type delete

Delete an application type.

Core GA
az sf application-type list

List application types of a given cluster.

Core GA
az sf application-type show

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

Core GA
az sf application-type version

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

Core GA
az sf application-type version create

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

Core GA
az sf application-type version delete

Delete an application type version.

Core GA
az sf application-type version list

List version of a given application type.

Core GA
az sf application-type version show

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

Core GA

az sf application-type create

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

az sf application-type create --application-type-name
                              --cluster-name
                              --resource-group

Examples

Create new application type.

az sf 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>.

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

Delete an application type.

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

Examples

Delete application type.

az sf 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 application-type list

List application types of a given cluster.

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

Examples

List application types for a given cluster.

az sf 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 application-type show

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

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

Examples

Get application type.

az sf 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.