az sf managed-application-type

Manage applications types and its versions running on an Azure Service Fabric managed cluster. Only support ARM deployed application types.

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 a 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 --name
                                      --cluster-name
                                      --resource-group
                                      [--acquire-policy-token]
                                      [--change-reference]
                                      [--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

The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.

--acquire-policy-token

Acquiring an Azure Policy token automatically for this resource operation.

Property Value
Parameter group: Global Policy Arguments
--change-reference

The related change reference ID for this resource operation.

Property Value
Parameter group: Global Policy Arguments
--tags

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

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

Property Value
Default value: False
--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

Property Value
Default value: False
--output -o

Output format.

Property Value
Default value: json
Accepted values: json, jsonc, none, table, tsv, yaml, yamlc
--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.

Property Value
Default value: False

az sf managed-application-type delete

Delete a managed application type.

az sf managed-application-type delete --application-type-name --name
                                      --cluster-name
                                      --resource-group
                                      [--acquire-policy-token]
                                      [--change-reference]

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

Optional Parameters

The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.

--acquire-policy-token

Acquiring an Azure Policy token automatically for this resource operation.

Property Value
Parameter group: Global Policy Arguments
--change-reference

The related change reference ID for this resource operation.

Property Value
Parameter group: Global Policy Arguments
Global Parameters
--debug

Increase logging verbosity to show all debug logs.

Property Value
Default value: False
--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

Property Value
Default value: False
--output -o

Output format.

Property Value
Default value: json
Accepted values: json, jsonc, none, table, tsv, yaml, yamlc
--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.

Property Value
Default value: False

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.

Property Value
Default value: False
--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

Property Value
Default value: False
--output -o

Output format.

Property Value
Default value: json
Accepted values: json, jsonc, none, table, tsv, yaml, yamlc
--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.

Property Value
Default value: False

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

Property Value
Default value: False
--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

Property Value
Default value: False
--output -o

Output format.

Property Value
Default value: json
Accepted values: json, jsonc, none, table, tsv, yaml, yamlc
--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.

Property Value
Default value: False

az sf managed-application-type update

Update a managed application type.

This allows for updating of application type tags.

az sf managed-application-type update --application-type-name --name
                                      --cluster-name
                                      --resource-group
                                      [--acquire-policy-token]
                                      [--change-reference]
                                      [--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

The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.

--acquire-policy-token

Acquiring an Azure Policy token automatically for this resource operation.

Property Value
Parameter group: Global Policy Arguments
--change-reference

The related change reference ID for this resource operation.

Property Value
Parameter group: Global Policy Arguments
--tags

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

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

Property Value
Default value: False
--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

Property Value
Default value: False
--output -o

Output format.

Property Value
Default value: json
Accepted values: json, jsonc, none, table, tsv, yaml, yamlc
--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.

Property Value
Default value: False