你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

az sf managed-service correlation-scheme

管理在 Azure Service Fabric 托管群集上运行的服务的相关方案。 仅支持 ARM 部署的服务。

命令

名称 说明 类型 Status
az sf managed-service correlation-scheme create

在 Azure Service Fabric 托管群集上创建新的托管服务关联方案。

核心 GA
az sf managed-service correlation-scheme delete

删除托管服务关联方案。

核心 GA
az sf managed-service correlation-scheme update

更新托管服务关联方案。

核心 GA

az sf managed-service correlation-scheme create

在 Azure Service Fabric 托管群集上创建新的托管服务关联方案。

在 Azure Service Fabric 托管群集上创建新的托管服务关联方案。 请注意,每个服务只能有一个服务关联。

az sf managed-service correlation-scheme create --application
                                                --cluster-name
                                                --correlated-name
                                                --name
                                                --resource-group
                                                --scheme

示例

创建新的托管服务关联方案。

az sf managed-service correlation-scheme create -g testRG -c testCluster --application-name testApp --service-name testService \
  --correlated-service-name "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/testRg/providers/Microsoft.ServiceFabric/managedclusters/testCluster/applications/testApp/services/testService2" \
    --scheme AlignedAffinity

必需参数

--application --application-name

指定服务的名称。

--cluster-name -c

指定群集的名称(如果未指定),则与资源组名称相同。

--correlated-name --correlated-service-name

指定与关联关系建立的服务的 Arm 资源 ID。

--name --service-name

指定服务的名称。

--resource-group -g

指定资源组名称。 可以使用 az configure --defaults group=<name> 配置默认组。

--scheme

指定 ServiceCorrelationScheme,用于描述此服务与通过correlated_service_name指定的服务之间的关系。

全局参数
--debug

提高日志记录详细程度以显示所有调试日志。

--help -h

显示此帮助消息并退出。

--only-show-errors

只显示错误,取消显示警告。

--output -o

输出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
默认值: json
--query

JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/

--subscription

订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID 配置默认订阅。

--verbose

提高日志记录详细程度。 使用 --debug 获取完整的调试日志。

az sf managed-service correlation-scheme delete

删除托管服务关联方案。

az sf managed-service correlation-scheme delete --application
                                                --cluster-name
                                                --correlated-name
                                                --name
                                                --resource-group

示例

删除托管服务关联方案。

az sf managed-service correlation-scheme delete -g testRG -c testCluster --application-name testApp --service-name testService \
  --correlated-service-name "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/testRg/providers/Microsoft.ServiceFabric/managedclusters/testCluster/applications/testApp/services/testService2"

必需参数

--application --application-name

指定服务的名称。

--cluster-name -c

指定群集的名称(如果未指定),则与资源组名称相同。

--correlated-name --correlated-service-name

指定与关联关系建立的服务的 Arm 资源 ID。

--name --service-name

指定服务的名称。

--resource-group -g

指定资源组名称。 可以使用 az configure --defaults group=<name> 配置默认组。

全局参数
--debug

提高日志记录详细程度以显示所有调试日志。

--help -h

显示此帮助消息并退出。

--only-show-errors

只显示错误,取消显示警告。

--output -o

输出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
默认值: json
--query

JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/

--subscription

订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID 配置默认订阅。

--verbose

提高日志记录详细程度。 使用 --debug 获取完整的调试日志。

az sf managed-service correlation-scheme update

更新托管服务关联方案。

az sf managed-service correlation-scheme update --application
                                                --cluster-name
                                                --correlated-name
                                                --name
                                                --resource-group
                                                --scheme

示例

更新托管服务关联方案。

az sf managed-service correlation-scheme update -g testRG -c testCluster --application-name testApp --service-name testService \
  --correlated-service-name "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/testRg/providers/Microsoft.ServiceFabric/managedclusters/testCluster/applications/testApp/services/testService2" \
    --scheme NonAlignedAffinity

必需参数

--application --application-name

指定服务的名称。

--cluster-name -c

指定群集的名称(如果未指定),则与资源组名称相同。

--correlated-name --correlated-service-name

指定与关联关系建立的服务的 Arm 资源 ID。

--name --service-name

指定服务的名称。

--resource-group -g

指定资源组名称。 可以使用 az configure --defaults group=<name> 配置默认组。

--scheme

指定 ServiceCorrelationScheme,用于描述此服务与通过correlated_service_name指定的服务之间的关系。

全局参数
--debug

提高日志记录详细程度以显示所有调试日志。

--help -h

显示此帮助消息并退出。

--only-show-errors

只显示错误,取消显示警告。

--output -o

输出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
默认值: json
--query

JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/

--subscription

订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID 配置默认订阅。

--verbose

提高日志记录详细程度。 使用 --debug 获取完整的调试日志。