az sf managed-application-type

Azure Service Fabric 클러스터에서 애플리케이션 유형을 관리합니다.

명령

az sf managed-application-type create

Azure Service Fabric 관리형 클러스터에서 새 관리형 애플리케이션 유형을 만듭니다.

az sf managed-application-type delete

관리되는 애플리케이션 유형을 삭제합니다.

az sf managed-application-type list

지정된 관리형 클러스터의 관리되는 애플리케이션 유형을 나열합니다.

az sf managed-application-type show

Azure Service Fabric 관리형 클러스터에서 관리되는 애플리케이션 유형의 속성을 표시합니다.

az sf managed-application-type update

관리되는 애플리케이션 유형을 업데이트합니다.

az sf managed-application-type version

Azure Service Fabric 관리형 클러스터에서 애플리케이션 유형 버전을 관리합니다. ARM 배포 애플리케이션 유형 버전만 지원합니다.

az sf managed-application-type version create

Azure Service Fabric 관리형 클러스터에서 새 관리형 애플리케이션 유형을 만듭니다.

az sf managed-application-type version delete

관리되는 애플리케이션 유형 버전을 삭제합니다.

az sf managed-application-type version list

지정된 관리되는 애플리케이션 유형의 버전을 나열합니다.

az sf managed-application-type version show

Azure Service Fabric 관리형 클러스터에서 관리되는 애플리케이션 유형 버전의 속성을 표시합니다.

az sf managed-application-type version update

관리되는 애플리케이션 유형 버전을 업데이트합니다.

az sf managed-application-type create

Azure Service Fabric 관리형 클러스터에서 새 관리형 애플리케이션 유형을 만듭니다.

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

예제

새 관리되는 애플리케이션 유형을 만듭니다.

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

필수 매개 변수

--application-type-name --name

애플리케이션 유형 이름을 지정합니다.

--cluster-name -c

클러스터 이름을 지정합니다. 지정하지 않으면 리소스 그룹 이름과 동일합니다.

--resource-group -g

리소스 그룹 이름을 지정합니다. az configure --defaults group=<name>을 사용하여 기본 그룹을 구성할 수 있습니다.

선택적 매개 변수

--subscription

구독의 이름 또는 ID입니다. 를 사용하여 기본 구독을 구성할 수 az account set -s NAME_OR_ID 있습니다.

--tags

공백으로 구분된 태그: key[=value] [key[=value] ...]. ""를 사용하여 기존 태그를 지웁니다.

az sf managed-application-type delete

관리되는 애플리케이션 유형을 삭제합니다.

az sf managed-application-type delete --application-type-name
                                      --cluster-name
                                      --resource-group
                                      [--subscription]

예제

관리되는 애플리케이션 유형을 삭제합니다.

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

필수 매개 변수

--application-type-name --name

애플리케이션 유형 이름을 지정합니다.

--cluster-name -c

클러스터 이름을 지정합니다. 지정하지 않으면 리소스 그룹 이름과 동일합니다.

--resource-group -g

리소스 그룹 이름을 지정합니다. az configure --defaults group=<name>을 사용하여 기본 그룹을 구성할 수 있습니다.

선택적 매개 변수

--subscription

구독의 이름 또는 ID입니다. 를 사용하여 기본 구독을 구성할 수 az account set -s NAME_OR_ID 있습니다.

az sf managed-application-type list

지정된 관리형 클러스터의 관리되는 애플리케이션 유형을 나열합니다.

az sf managed-application-type list --cluster-name
                                    --resource-group
                                    [--query-examples]
                                    [--subscription]

예제

지정된 관리형 클러스터에 대한 관리되는 애플리케이션 유형을 나열합니다.

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

필수 매개 변수

--cluster-name -c

클러스터 이름을 지정합니다. 지정하지 않으면 리소스 그룹 이름과 동일합니다.

--resource-group -g

리소스 그룹 이름을 지정합니다. az configure --defaults group=<name>을 사용하여 기본 그룹을 구성할 수 있습니다.

선택적 매개 변수

--query-examples

JMESPath 문자열을 권장합니다. 쿼리 중 하나를 복사하여 큰따옴표 안에 --query 매개 변수를 붙여넣어 결과를 확인할 수 있습니다. 이러한 키워드를 기반으로 제안을 제공할 수 있도록 하나 이상의 위치 키워드를 추가할 수 있습니다.

--subscription

구독의 이름 또는 ID입니다. 를 사용하여 기본 구독을 구성할 수 az account set -s NAME_OR_ID 있습니다.

az sf managed-application-type show

Azure Service Fabric 관리형 클러스터에서 관리되는 애플리케이션 유형의 속성을 표시합니다.

az sf managed-application-type show --application-type-name
                                    --cluster-name
                                    --resource-group
                                    [--query-examples]
                                    [--subscription]

예제

관리되는 애플리케이션 유형을 얻습니다.

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

필수 매개 변수

--application-type-name --name

애플리케이션 유형 이름을 지정합니다.

--cluster-name -c

클러스터 이름을 지정합니다. 지정하지 않으면 리소스 그룹 이름과 동일합니다.

--resource-group -g

리소스 그룹 이름을 지정합니다. az configure --defaults group=<name>을 사용하여 기본 그룹을 구성할 수 있습니다.

선택적 매개 변수

--query-examples

JMESPath 문자열을 권장합니다. 쿼리 중 하나를 복사하여 큰따옴표 안에 --query 매개 변수를 붙여넣어 결과를 확인할 수 있습니다. 이러한 키워드를 기반으로 제안을 제공할 수 있도록 하나 이상의 위치 키워드를 추가할 수 있습니다.

--subscription

구독의 이름 또는 ID입니다. 를 사용하여 기본 구독을 구성할 수 az account set -s NAME_OR_ID 있습니다.

az sf managed-application-type update

관리되는 애플리케이션 유형을 업데이트합니다.

이렇게 하면 애플리케이션 유형 태그를 업데이트할 수 있습니다.

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

예제

애플리케이션 유형 태그를 업데이트합니다.

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

필수 매개 변수

--application-type-name --name

애플리케이션 유형 이름을 지정합니다.

--cluster-name -c

클러스터 이름을 지정합니다. 지정하지 않으면 리소스 그룹 이름과 동일합니다.

--resource-group -g

리소스 그룹 이름을 지정합니다. az configure --defaults group=<name>을 사용하여 기본 그룹을 구성할 수 있습니다.

선택적 매개 변수

--subscription

구독의 이름 또는 ID입니다. 를 사용하여 기본 구독을 구성할 수 az account set -s NAME_OR_ID 있습니다.

--tags

공백으로 구분된 태그: key[=value] [key[=value] ...]. ""를 사용하여 기존 태그를 지웁니다.