用于计算的 Azure 权限

本文列出了计算类别中 Azure 资源提供程序的权限。 可以在自己的 Azure 自定义角色中使用这些权限,以针对 Azure 中的资源提供精细的访问控制。 权限字符串具有以下格式:{Company}.{ProviderName}/{resourceType}/{action}

microsoft.app

Azure 服务:Azure 容器应用

操作 说明
microsoft.app/register/action 注册订阅的 microsoft.web 资源提供程序
microsoft.app/unregister/action 取消注册订阅的 microsoft.web 资源提供程序
microsoft.app/getcustomdomainverificationid/action 获取用于验证自定义域的订阅验证 ID
microsoft.app/builders/write 创建或更新生成器
microsoft.app/builders/read 获取生成器
microsoft.app/builders/delete 删除生成器
microsoft.app/builders/patches/read 获取生成器的修补程序
microsoft.app/builders/patches/delete 删除生成器的修补程序
microsoft.app/builders/patches/skip/action 跳过生成器的修补程序
microsoft.app/builders/patches/apply/action 应用生成器的修补程序
microsoft.app/builds/write 创建或更新生成器的版本
microsoft.app/builds/read 获取生成器的版本
microsoft.app/builds/delete 删除托管环境的版本
microsoft.app/builds/listauthtoken/action 获取用于连接到生成终结点的令牌,例如源代码上传或生成日志流式处理。
microsoft.app/connectedenvironments/join/action 允许在连接的环境中创建容器应用或容器应用作业
microsoft.app/containerapp/resiliencypolicies/read 获取应用复原策略
microsoft.app/containerapps/write 创建或更新容器应用
microsoft.app/containerapps/delete 删除容器应用
microsoft.app/containerapps/read 获取容器应用
microsoft.app/containerapps/listsecrets/action 列出容器应用的机密
microsoft.app/containerapps/listcustomhostnameanalysis/action 列出自定义主机名分析结果
microsoft.app/containerapps/stop/action 停止容器应用
microsoft.app/containerapps/start/action 启动容器应用
microsoft.app/containerapps/authtoken/action 获取容器应用开发 API 的身份验证令牌,以从容器获取日志流、执行或端口转发。 此操作将被弃用。
microsoft.app/containerapps/getauthtoken/action 获取容器应用开发 API 的身份验证令牌,以从容器获取日志流、执行或端口转发。
microsoft.app/containerapps/authconfigs/read 获取容器应用的身份验证配置
microsoft.app/containerapps/authconfigs/write 创建或更新容器应用的身份验证配置
microsoft.app/containerapps/authconfigs/delete 删除容器应用的身份验证配置
microsoft.app/containerapps/detectors/read 获取容器应用的检测器
microsoft.app/containerapps/resiliencypolicies/write 创建或更新应用复原策略
microsoft.app/containerapps/resiliencypolicies/delete 删除应用复原策略
microsoft.app/containerapps/revisions/read 获取容器应用的修订版
microsoft.app/containerapps/revisions/restart/action 重启容器应用修订版
microsoft.app/containerapps/revisions/activate/action 激活容器应用修订版
microsoft.app/containerapps/revisions/deactivate/action 停用容器应用修订版
microsoft.app/containerapps/revisions/replicas/read 获取容器应用修订版的副本
microsoft.app/containerapps/sourcecontrols/write 创建或更新容器应用源代码管理配置
microsoft.app/containerapps/sourcecontrols/read 获取容器应用源代码管理配置
microsoft.app/containerapps/sourcecontrols/delete 删除容器应用源代码管理配置
microsoft.app/jobs/write 创建或更新容器应用作业
microsoft.app/jobs/delete 删除容器应用作业
microsoft.app/jobs/start/action 启动容器应用作业
microsoft.app/jobs/stop/action 停止多个容器应用作业执行
microsoft.app/jobs/read 获取容器应用作业
microsoft.app/jobs/listsecrets/action 列出容器应用作业的机密
microsoft.app/jobs/detectors/read 获取容器应用作业的检测器
microsoft.app/jobs/execution/read 从容器应用作业获取单个执行
microsoft.app/jobs/executions/read 获取容器应用作业的执行历史记录
microsoft.app/jobs/stop/execution/action 获取容器应用作业的特定执行
microsoft.app/jobs/stop/execution/backport/action 获取容器应用作业的特定执行
microsoft.app/locations/availablemanagedenvironmentsworkloadprofiletypes/read 获取区域中的可用工作负载配置文件类型
microsoft.app/locations/billingmeters/read 获取区域中的计费计量器
microsoft.app/locations/containerappoperationresults/read 获取容器应用长时间运行的操作结果
microsoft.app/locations/containerappoperationstatuses/read 获取容器应用长时间运行的操作状态
microsoft.app/locations/containerappsjoboperationresults/read 获取容器应用作业长时间运行的操作结果
microsoft.app/locations/containerappsjoboperationstatuses/read 获取容器应用作业长时间运行的操作状态
microsoft.app/locations/managedcertificateoperationstatuses/read 获取托管证书长时间运行的操作结果
microsoft.app/locations/managedcertificateoperationstatuses/delete 获取托管证书长时间运行的操作结果
microsoft.app/locations/managedenvironmentoperationresults/read 获取托管环境长时间运行的操作结果
microsoft.app/locations/managedenvironmentoperationstatuses/read 获取托管环境长时间运行的操作状态
microsoft.app/locations/operationresults/read 获取长时间运行的操作结果
microsoft.app/locations/operationstatuses/read 获取长时间运行的操作状态
microsoft.app/locations/sourcecontroloperationresults/read 获取容器应用源代码管理长时间运行的操作结果
microsoft.app/locations/sourcecontroloperationstatuses/read 获取容器应用源代码管理长时间运行的操作状态
microsoft.app/locations/usages/read 获取区域中的配额使用情况
microsoft.app/managedenvironments/join/action 允许在托管环境中创建容器应用
microsoft.app/managedenvironments/read 获取托管环境
microsoft.app/managedenvironments/write 创建或更新托管环境
microsoft.app/managedenvironments/delete 删除托管环境
microsoft.app/managedenvironments/getauthtoken/action 获取托管环境开发 API 的身份验证令牌,以从容器获取日志流、执行或端口转发
microsoft.app/managedenvironments/checknameavailability/action 检查托管环境的名称可用性
microsoft.app/managedenvironments/certificates/write 创建或更新托管环境证书
microsoft.app/managedenvironments/certificates/read 获取托管环境的证书
microsoft.app/managedenvironments/certificates/delete 删除托管环境的证书
microsoft.app/managedenvironments/daprcomponents/write 创建或更新托管环境 Dapr 组件
microsoft.app/managedenvironments/daprcomponents/read 读取托管环境 Dapr 组件
microsoft.app/managedenvironments/daprcomponents/delete 删除托管环境 Dapr 组件
microsoft.app/managedenvironments/daprcomponents/listsecrets/action 列出 Dapr 组件的机密
microsoft.app/managedenvironments/daprcomponents/daprsubscriptions/write 创建或更新托管环境 Dapr PubSub 订阅
microsoft.app/managedenvironments/daprcomponents/daprsubscriptions/read 读取托管环境 Dapr PubSub 订阅
microsoft.app/managedenvironments/daprcomponents/daprsubscriptions/delete 删除托管环境 Dapr PubSub 订阅
microsoft.app/managedenvironments/daprcomponents/resiliencypolicies/write 创建或更新托管环境 Dapr 组件复原策略
microsoft.app/managedenvironments/daprcomponents/resiliencypolicies/read 读取托管环境 Dapr 组件复原策略
microsoft.app/managedenvironments/daprcomponents/resiliencypolicies/delete 删除托管环境 Dapr 组件复原策略
microsoft.app/managedenvironments/detectors/read 获取托管环境的检测器
microsoft.app/managedenvironments/dotnetcomponents/read 读取托管环境 .NET 组件
microsoft.app/managedenvironments/dotnetcomponents/write 创建或更新托管环境 .NET 组件
microsoft.app/managedenvironments/dotnetcomponents/delete 删除托管环境 .NET 组件
microsoft.app/managedenvironments/javacomponents/read 读取托管环境 Java 组件
microsoft.app/managedenvironments/javacomponents/write 创建或更新托管环境 Java 组件
microsoft.app/managedenvironments/javacomponents/delete 删除托管环境 Java 组件
microsoft.app/managedenvironments/managedcertificates/write 创建或更新托管环境中的托管证书
microsoft.app/managedenvironments/managedcertificates/read 获取托管环境中的托管证书
microsoft.app/managedenvironments/managedcertificates/delete 删除托管环境中的托管证书
microsoft.app/managedenvironments/storages/read 获取托管环境的存储。
microsoft.app/managedenvironments/storages/write 创建或更新托管环境的存储。
microsoft.app/managedenvironments/storages/delete 删除托管环境的存储。
microsoft.app/managedenvironments/usages/read 获取托管环境中的配额使用情况
microsoft.app/managedenvironments/workloadprofilestates/read 获取当前工作负载配置文件状态
microsoft.app/operations/read 获取支持的容器应用操作列表
microsoft.app/sessionpools/write 创建或更新会话池
microsoft.app/sessionpools/read 获取会话池
microsoft.app/sessionpools/delete 删除会话池
microsoft.app/sessionpools/sessions/generatesessions/action 生成会话
microsoft.app/sessionpools/sessions/read 获取会话
DataAction 描述
microsoft.app/sessionpools/interpreters/execute/action 执行代码

Microsoft.AppPlatform

与 Pivotal 一起构建并运营的一项完全托管的 Spring Cloud 服务。

Azure 服务:Azure Spring Apps

操作 说明
Microsoft.AppPlatform/register/action 将订阅注册到 Microsoft.AppPlatform 资源提供程序
Microsoft.AppPlatform/unregister/action 从 Microsoft.AppPlatform 资源提供程序中注销订阅
Microsoft.AppPlatform/locations/checkNameAvailability/action 检查资源名称可用性
Microsoft.AppPlatform/locations/operationResults/Spring/read 读取资源操作结果
Microsoft.AppPlatform/locations/operationStatus/operationId/read 读取资源操作状态
Microsoft.AppPlatform/operations/read 列出 Azure Spring Apps 的可用操作
Microsoft.AppPlatform/runtimeVersions/read 获取 Azure Spring Apps 的运行时版本
Microsoft.AppPlatform/skus/read 列出 Azure Spring Apps 的可用 SKU
Microsoft.AppPlatform/Spring/write 创建或更新特定的 Azure Spring Apps 服务实例
Microsoft.AppPlatform/Spring/delete 删除特定的 Azure Spring Apps 服务实例
Microsoft.AppPlatform/Spring/read 获取 Azure Spring Apps 服务实例
Microsoft.AppPlatform/Spring/listTestKeys/action 列出特定的 Azure Spring Apps 服务实例的测试密钥
Microsoft.AppPlatform/Spring/regenerateTestKey/action 再生成特定的 Azure Spring Apps 服务实例的测试密钥
Microsoft.AppPlatform/Spring/disableTestEndpoint/action 为特定的 Azure Spring Apps 服务实例禁用测试终结点功能
Microsoft.AppPlatform/Spring/enableTestEndpoint/action 为特定的 Azure Spring Apps 服务实例启用测试终结点功能
Microsoft.AppPlatform/Spring/stop/action 停止特定的 Azure Spring Apps 服务实例
Microsoft.AppPlatform/Spring/start/action 启动特定的 Azure Spring Apps 服务实例
Microsoft.AppPlatform/Spring/configServers/action 验证特定 Azure Spring Apps 服务实例的配置服务器设置
Microsoft.AppPlatform/Spring/enableApmGlobally/action 为特定 Azure Spring Apps 服务实例全局启用 APM
Microsoft.AppPlatform/Spring/disableApmGlobally/action 为特定 Azure Spring Apps 服务实例全局禁用 APM
Microsoft.AppPlatform/Spring/listGloballyEnabledApms/action 列出为特定 Azure Spring Apps 服务实例全局启用的 APM
Microsoft.AppPlatform/Spring/apiPortals/read 获取特定 Azure Spring Apps 服务实例的 API 门户
Microsoft.AppPlatform/Spring/apiPortals/write 创建或更新特定 Azure Spring Apps 服务实例的 API 门户
Microsoft.AppPlatform/Spring/apiPortals/delete 删除特定 Azure Spring Apps 服务实例的 API 门户
Microsoft.AppPlatform/Spring/apiPortals/validateDomain/action 验证特定 Azure Spring Apps 服务实例的 API 门户域
Microsoft.AppPlatform/Spring/apiPortals/domains/read 获取特定 Azure Spring Apps 服务实例的 API 门户域
Microsoft.AppPlatform/Spring/apiPortals/domains/write 创建或更新特定 Azure Spring Apps 服务实例的 API 门户域
Microsoft.AppPlatform/Spring/apiPortals/domains/delete 删除特定 Azure Spring Apps 服务实例的 API 门户域
Microsoft.AppPlatform/Spring/apms/read 获取特定 Azure Spring Apps 服务实例的 APM
Microsoft.AppPlatform/Spring/apms/write 创建或更新特定 Azure Spring Apps 服务实例的 APM
Microsoft.AppPlatform/Spring/apms/delete 删除特定 Azure Spring Apps 服务实例的 APM
Microsoft.AppPlatform/Spring/apms/listSecretKeys/action 列出特定 Azure Spring Apps 服务实例 APM 的密钥
Microsoft.AppPlatform/Spring/applicationAccelerators/read 获取特定 Azure Spring Apps 服务实例的应用程序加速器
Microsoft.AppPlatform/Spring/applicationAccelerators/write 创建或更新特定 Azure Spring Apps 服务实例的应用程序加速器
Microsoft.AppPlatform/Spring/applicationAccelerators/delete 删除特定 Azure Spring Apps 服务实例的应用程序加速器
Microsoft.AppPlatform/Spring/applicationAccelerators/customizedAccelerators/read 获取特定 Azure Spring Apps 服务实例的自定义加速器
Microsoft.AppPlatform/Spring/applicationAccelerators/customizedAccelerators/write 创建或更新特定 Azure Spring Apps 服务实例的自定义加速器
Microsoft.AppPlatform/Spring/applicationAccelerators/customizedAccelerators/delete 删除特定 Azure Spring Apps 服务实例的自定义加速器
Microsoft.AppPlatform/Spring/applicationAccelerators/customizedAccelerators/validate/action 验证特定 Azure Spring Apps 服务实例的自定义加速器
Microsoft.AppPlatform/Spring/applicationAccelerators/predefinedAccelerators/read 获取特定 Azure Spring Apps 服务实例的预定义加速器
Microsoft.AppPlatform/Spring/applicationAccelerators/predefinedAccelerators/disable/action 禁用特定 Azure Spring Apps 服务实例的预定义加速器
Microsoft.AppPlatform/Spring/applicationAccelerators/predefinedAccelerators/enable/action 启用特定 Azure Spring Apps 服务实例的预定义加速器
Microsoft.AppPlatform/Spring/applicationLiveViews/read 获取特定 Azure Spring Apps 服务实例的应用程序实时视图
Microsoft.AppPlatform/Spring/applicationLiveViews/write 创建或更新特定 Azure Spring Apps 服务实例的应用程序实时视图
Microsoft.AppPlatform/Spring/applicationLiveViews/delete 删除特定 Azure Spring Apps 服务实例的应用程序实时视图
Microsoft.AppPlatform/Spring/apps/write 创建或更新特定的 Azure Spring Apps 服务实例的应用程序
Microsoft.AppPlatform/Spring/apps/delete 删除特定的 Azure Spring Apps 服务实例的应用程序
Microsoft.AppPlatform/Spring/apps/read 获取特定的 Azure Spring Apps 服务实例的应用程序
Microsoft.AppPlatform/Spring/apps/getResourceUploadUrl/action 获取特定 Azure Spring Apps 应用程序的资源上传 URL
Microsoft.AppPlatform/Spring/apps/validateDomain/action 验证特定应用程序的自定义域
Microsoft.AppPlatform/Spring/apps/setActiveDeployments/action 设置特定 Azure Spring Apps 应用程序的活动部署
Microsoft.AppPlatform/Spring/apps/validate/action 验证特定 Azure Spring Apps 服务实例的容器注册表
Microsoft.AppPlatform/Spring/apps/bindings/write 创建或更新特定应用程序的绑定
Microsoft.AppPlatform/Spring/apps/bindings/delete 删除特定应用程序的绑定
Microsoft.AppPlatform/Spring/apps/bindings/read 获取特定应用程序的绑定
Microsoft.AppPlatform/Spring/apps/deployments/write 创建或更新特定应用程序的部署
Microsoft.AppPlatform/Spring/apps/deployments/delete 删除特定应用程序的部署
Microsoft.AppPlatform/Spring/apps/deployments/read 获取特定应用程序的部署
Microsoft.AppPlatform/Spring/apps/deployments/start/action 开始特定应用程序的部署
Microsoft.AppPlatform/Spring/apps/deployments/stop/action 停止特定应用程序的部署
Microsoft.AppPlatform/Spring/apps/deployments/restart/action 重新开始特定应用程序的部署
Microsoft.AppPlatform/Spring/apps/deployments/getLogFileUrl/action 获取特定 Azure Spring Apps 应用程序部署的日志文件 URL
Microsoft.AppPlatform/Spring/apps/deployments/generateHeapDump/action 为特定应用程序生成堆转储
Microsoft.AppPlatform/Spring/apps/deployments/generateThreadDump/action 为特定应用程序生成线程转储
Microsoft.AppPlatform/Spring/apps/deployments/startJFR/action 启动特定应用程序的 JFR
Microsoft.AppPlatform/Spring/apps/deployments/enableRemoteDebugging/action 为特定应用程序启用远程调试
Microsoft.AppPlatform/Spring/apps/deployments/disableRemoteDebugging/action 对特定应用程序禁用远程调试
Microsoft.AppPlatform/Spring/apps/deployments/getRemoteDebuggingConfig/action 获取特定应用程序的远程调试配置
Microsoft.AppPlatform/Spring/apps/deployments/operationResults/read 读取资源操作结果
Microsoft.AppPlatform/Spring/apps/deployments/operationStatuses/read 读取资源操作状态
Microsoft.AppPlatform/Spring/apps/deployments/skus/read 列出应用程序部署的可用 sku
Microsoft.AppPlatform/Spring/apps/domains/write 创建或更新特定应用程序的自定义域
Microsoft.AppPlatform/Spring/apps/domains/delete 删除特定应用程序的自定义域
Microsoft.AppPlatform/Spring/apps/domains/read 获取特定应用程序的自定义域
Microsoft.AppPlatform/Spring/apps/operationResults/read 读取资源操作结果
Microsoft.AppPlatform/Spring/apps/operationStatuses/read 读取资源操作状态
Microsoft.AppPlatform/Spring/buildpackBindings/read 获取特定 Azure Spring Apps 服务实例的 BuildpackBinding
Microsoft.AppPlatform/Spring/buildServices/read 获取特定 Azure Spring Apps 服务实例的生成服务
Microsoft.AppPlatform/Spring/buildServices/getResourceUploadUrl/action 获取特定 Azure Spring Apps 生成的上传 URL
Microsoft.AppPlatform/Spring/buildServices/write 创建或更新特定 Azure Spring Apps 服务实例的生成服务
Microsoft.AppPlatform/Spring/buildServices/agentPools/read 获取特定 Azure Spring Apps 服务实例的代理池
Microsoft.AppPlatform/Spring/buildServices/agentPools/write 创建或更新特定 Azure Spring Apps 服务实例的代理池
Microsoft.AppPlatform/Spring/buildServices/builders/read 获取特定 Azure Spring Apps 服务实例的生成器
Microsoft.AppPlatform/Spring/buildServices/builders/write 创建或更新特定 Azure Spring Apps 服务实例的生成器
Microsoft.AppPlatform/Spring/buildServices/builders/delete 删除特定 Azure Spring Apps 服务实例的生成器
Microsoft.AppPlatform/Spring/buildServices/builders/listUsingDeployments/action 列出使用特定 Azure Spring Apps 服务实例的生成器的部署
Microsoft.AppPlatform/Spring/buildServices/builders/buildpackBindings/read 获取特定 Azure Spring Apps 服务实例生成器的 BuildpackBinding
Microsoft.AppPlatform/Spring/buildServices/builders/buildpackBindings/write 创建或更新特定 Azure Spring Apps 服务实例生成器的 BuildpackBinding
Microsoft.AppPlatform/Spring/buildServices/builders/buildpackBindings/delete 删除特定 Azure Spring Apps 服务实例生成器的 BuildpackBinding
Microsoft.AppPlatform/Spring/buildServices/builds/read 获取特定 Azure Spring Apps 服务实例的生成
Microsoft.AppPlatform/Spring/buildServices/builds/write 创建或更新特定 Azure Spring Apps 服务实例的生成
Microsoft.AppPlatform/Spring/buildServices/builds/delete 删除特定 Azure Spring Apps 服务实例的生成
Microsoft.AppPlatform/Spring/buildServices/builds/results/read 获取特定 Azure Spring Apps 服务实例的生成结果
Microsoft.AppPlatform/Spring/buildServices/builds/results/getLogFileUrl/action 获取特定 Azure Spring Apps 生成结果的日志文件 URL
Microsoft.AppPlatform/Spring/buildServices/supportedBuildpacks/read 获取特定 Azure Spring Apps 服务实例的受支持生成包
Microsoft.AppPlatform/Spring/buildServices/supportedStacks/read 获取特定 Azure Spring Apps 服务实例的受支持堆栈
Microsoft.AppPlatform/Spring/certificates/write 创建或更新特定的 Azure Spring Apps 服务实例的证书
Microsoft.AppPlatform/Spring/certificates/delete 删除特定的 Azure Spring Apps 服务实例的证书
Microsoft.AppPlatform/Spring/certificates/read 获取特定的 Azure Spring Apps 服务实例的证书
Microsoft.AppPlatform/Spring/configServers/read 获取特定的 Azure Spring Apps 服务实例的配置服务器
Microsoft.AppPlatform/Spring/configServers/write 创建或更新特定的 Azure Spring Apps 服务实例的配置服务器
Microsoft.AppPlatform/Spring/configServers/operationResults/read 读取资源操作结果
Microsoft.AppPlatform/Spring/configServers/operationStatuses/read 读取资源操作状态
Microsoft.AppPlatform/Spring/configurationServices/read 获取特定 Azure Spring Apps 服务实例的应用程序配置服务
Microsoft.AppPlatform/Spring/configurationServices/write 创建或更新特定 Azure Spring Apps 服务实例的应用程序配置服务
Microsoft.AppPlatform/Spring/configurationServices/delete 删除特定 Azure Spring Apps 服务实例的应用程序配置服务
Microsoft.AppPlatform/Spring/configurationServices/validate/action 验证特定应用程序配置服务的设置
Microsoft.AppPlatform/Spring/configurationServices/validateResource/action 验证特定应用程序配置服务的资源
Microsoft.AppPlatform/Spring/containerRegistries/read 获取特定 Azure Spring Apps 服务实例的容器注册表
Microsoft.AppPlatform/Spring/containerRegistries/write 创建或更新特定 Azure Spring Apps 服务实例的容器注册表
Microsoft.AppPlatform/Spring/containerRegistries/delete 删除特定 Azure Spring Apps 服务实例的容器注册表
Microsoft.AppPlatform/Spring/deployments/read 获取特定的 Azure Spring Apps 服务实例的部署
Microsoft.AppPlatform/Spring/detectors/read 获取特定的 Azure Spring Apps 服务实例的检测器
Microsoft.AppPlatform/Spring/devToolPortals/read 获取特定 Azure Spring Apps 服务实例的开发工具门户
Microsoft.AppPlatform/Spring/devToolPortals/write 创建或更新特定 Azure Spring Apps 服务实例的开发工具门户
Microsoft.AppPlatform/Spring/devToolPortals/delete 删除特定 Azure Spring Apps 服务实例的开发工具门户
Microsoft.AppPlatform/Spring/gateways/read 获取特定 Azure Spring Apps 服务实例的 Spring Cloud 网关
Microsoft.AppPlatform/Spring/gateways/write 创建或更新特定 Azure Spring Apps 服务实例的 Spring Cloud 网关
Microsoft.AppPlatform/Spring/gateways/delete 删除特定 Azure Spring Apps 服务实例的 Spring Cloud 网关
Microsoft.AppPlatform/Spring/gateways/validateDomain/action 验证特定 Azure Spring Apps 服务实例的 Spring Cloud 网关域
Microsoft.AppPlatform/Spring/gateways/listEnvSecrets/action 列出特定 Azure Spring Apps 服务实例的 Spring Cloud 网关的环境变量机密
Microsoft.AppPlatform/Spring/gateways/restart/action 重启特定 Azure Spring Apps 服务实例的 Spring Cloud 网关
Microsoft.AppPlatform/Spring/gateways/domains/read 获取特定 Azure Spring Apps 服务实例的 Spring Cloud 网关域
Microsoft.AppPlatform/Spring/gateways/domains/write 创建或更新特定 Azure Spring Apps 服务实例的 Spring Cloud 网关域
Microsoft.AppPlatform/Spring/gateways/domains/delete 删除特定 Azure Spring Apps 服务实例的 Spring Cloud 网关域
Microsoft.AppPlatform/Spring/gateways/routeConfigs/read 获取特定 Azure Spring Apps 服务实例的 Spring Cloud 网关路由配置
Microsoft.AppPlatform/Spring/gateways/routeConfigs/write 创建或更新特定 Azure Spring Apps 服务实例的 Spring Cloud 网关路由配置
Microsoft.AppPlatform/Spring/gateways/routeConfigs/delete 删除特定 Azure Spring Apps 服务实例的 Spring Cloud 网关路由配置
Microsoft.AppPlatform/Spring/monitoringSettings/read 获取特定的 Azure Spring Apps 服务实例的监视设置
Microsoft.AppPlatform/Spring/monitoringSettings/write 创建或更新特定的 Azure Spring Apps 服务实例的监视设置
Microsoft.AppPlatform/Spring/operationResults/read 读取资源操作结果
Microsoft.AppPlatform/Spring/operationStatuses/read 读取资源操作状态
Microsoft.AppPlatform/Spring/providers/Microsoft.Insights/diagnosticSettings/read 获取特定 Azure Spring Apps 服务实例的诊断设置
Microsoft.AppPlatform/Spring/providers/Microsoft.Insights/diagnosticSettings/write 创建或更新特定 Azure Spring Apps 服务实例的诊断设置
Microsoft.AppPlatform/Spring/providers/Microsoft.Insights/logDefinitions/read 从 Azure Spring Apps 服务实例获取日志定义
Microsoft.AppPlatform/Spring/providers/Microsoft.Insights/metricDefinitions/read 从 Azure Spring Apps 服务实例获取指标定义
Microsoft.AppPlatform/Spring/serviceRegistries/read 获取特定 Azure Spring Apps 服务实例的服务注册表
Microsoft.AppPlatform/Spring/serviceRegistries/write 创建或更新特定 Azure Spring Apps 服务实例的服务注册表
Microsoft.AppPlatform/Spring/serviceRegistries/delete 删除特定 Azure Spring Apps 服务实例的服务注册表
Microsoft.AppPlatform/Spring/storages/write 创建或更新特定 Azure Spring Apps 服务实例的存储
Microsoft.AppPlatform/Spring/storages/delete 删除特定 Azure Spring Apps 服务实例的存储
Microsoft.AppPlatform/Spring/storages/read 获取特定 Azure Spring Apps 服务实例的存储
Microsoft.AppPlatform/Spring/supportedApmTypes/read 列出特定 Azure Spring Apps 服务实例支持的 APM 类型
Microsoft.AppPlatform/Spring/supportedServerVersions/read 列出特定 Azure Spring Apps 服务实例支持的服务器版本
DataAction 描述
Microsoft.AppPlatform/Spring/ApplicationConfigurationService/logstream/action 从特定的 Azure Spring Apps 服务实例中读取应用程序配置服务中所有子组件的流式处理日志
Microsoft.AppPlatform/Spring/apps/deployments/remotedebugging/action 特定应用程序的远程调试应用实例
Microsoft.AppPlatform/Spring/apps/deployments/connect/action 连接到特定应用程序的实例
Microsoft.AppPlatform/Spring/configService/read 读取特定的 Azure Spring Apps 服务实例的配置内容(例如 application.yaml)
Microsoft.AppPlatform/Spring/configService/write 写入特定的 Azure Spring Apps 服务实例的配置服务器内容
Microsoft.AppPlatform/Spring/configService/delete 删除特定的 Azure Spring Apps 服务实例的配置服务器内容
Microsoft.AppPlatform/Spring/eurekaService/read 读取特定的 Azure Spring Apps 服务实例的用户应用注册信息
Microsoft.AppPlatform/Spring/eurekaService/write 写入特定的 Azure Spring Apps 服务实例的用户应用注册信息
Microsoft.AppPlatform/Spring/eurekaService/delete 删除特定的 Azure Spring Apps 服务实例的用户应用注册信息
Microsoft.AppPlatform/Spring/logstreamService/read 读取特定的 Azure Spring Apps 服务实例的用户应用的流式传输日志
Microsoft.AppPlatform/Spring/managedComponents/logstream/action 从特定的 Azure Spring Apps 服务实例中读取所有托管组件的流式处理日志(例如,应用程序配置服务、Spring Cloud 网关)
Microsoft.AppPlatform/Spring/SpringCloudGateway/logstream/action 从特定的 Azure Spring Apps 服务实例中读取 Spring Cloud 网关的流式处理日志

Microsoft.AVS

Azure 服务:Azure VMware 解决方案

操作 说明
Microsoft.AVS/register/action 注册 Microsoft.AVS 资源提供程序的订阅。
Microsoft.AVS/unregister/action 取消注册 Microsoft.AVS 资源提供程序的订阅。
Microsoft.AVS/checkNameAvailability/read 检查 privateCloud Name 是否可用
Microsoft.AVS/locations/checkNameAvailability/read 检查 privateCloud Name 是否可用
Microsoft.AVS/locations/checkQuotaAvailability/read 检查配额是否可用于订阅
Microsoft.AVS/locations/checkTrialAvailability/read 检查是否可以试用订阅
Microsoft.AVS/operations/read 列出在 Microsoft.AVS 资源提供程序上可用的操作。
Microsoft.AVS/privateClouds/register/action 注册 Microsoft Microsoft.AVS 资源提供程序,并支持创建私有云。
Microsoft.AVS/privateClouds/write 创建或更新 PrivateCloud 资源。
Microsoft.AVS/privateClouds/read 获取指定 PrivateCloud 的设置。
Microsoft.AVS/privateClouds/delete 删除特定 PrivateCloud。
Microsoft.AVS/privateClouds/addOns/read 读取加载项。
Microsoft.AVS/privateClouds/addOns/write 写入加载项。
Microsoft.AVS/privateClouds/addOns/delete 删除加载项。
Microsoft.AVS/privateClouds/addOns/operationStatuses/read 读取加载项 operationStatuses。
Microsoft.AVS/privateClouds/authorizations/read 获取 PrivateCloud 群集的授权设置。
Microsoft.AVS/privateClouds/authorizations/write 创建或更新 PrivateCloud 授权资源。
Microsoft.AVS/privateClouds/authorizations/delete 删除特定 PrivateCloud 授权。
Microsoft.AVS/privateClouds/clusters/read 获取 PrivateCloud 群集的群集设置。
Microsoft.AVS/privateClouds/clusters/write 创建或更新 PrivateCloud 群集资源。
Microsoft.AVS/privateClouds/clusters/delete 删除特定 PrivateCloud 群集。
Microsoft.AVS/privateClouds/clusters/datastores/read 获取私有云群集中的数据存储属性。
Microsoft.AVS/privateClouds/clusters/datastores/write 在私有云群集中创建或更新数据存储。
Microsoft.AVS/privateClouds/clusters/datastores/delete 删除私有云群集中的数据存储。
Microsoft.AVS/privateclouds/clusters/datastores/operationresults/read 读取 privateClouds/clusters/datastores operationresults。
Microsoft.AVS/privateClouds/clusters/datastores/operationstatuses/read 读取 privateClouds/clusters/datastores operationstatuses。
Microsoft.AVS/privateclouds/clusters/operationresults/read 读取 privateClouds/clusters operationresults。
Microsoft.AVS/privateClouds/clusters/operationstatuses/read 读取 privateClouds/clusters operationstatuses。
Microsoft.AVS/privateClouds/globalReachConnections/delete 删除 globalReachConnections。
Microsoft.AVS/privateClouds/globalReachConnections/write 写入 globalReachConnections。
Microsoft.AVS/privateClouds/globalReachConnections/read 读取 globalReachConnections。
Microsoft.AVS/privateClouds/globalReachConnections/operationStatuses/read 读取 globalReachConnections operationStatuses。
Microsoft.AVS/privateClouds/hcxEnterpriseSites/read 获取 PrivateCloud 的 hcxEnterpriseSites。
Microsoft.AVS/privateClouds/hcxEnterpriseSites/write 创建获更新 hcxEnterpriseSites。
Microsoft.AVS/privateClouds/hcxEnterpriseSites/delete 删除特定 hcxEnterpriseSites。
Microsoft.AVS/privateClouds/hostInstances/read 获取 PrivateCloud 的 hostInstance。
Microsoft.AVS/privateClouds/hostInstances/write 创建或更新 hostInstances。
Microsoft.AVS/privateClouds/hostInstances/delete 删除特定 hostInstances。
Microsoft.AVS/privateClouds/operationresults/read 读取 privateClouds operationresults。
Microsoft.AVS/privateClouds/operationstatuses/read 读取 privateClouds operationstatuses。
Microsoft.AVS/privateClouds/workloadNetworks/dhcpConfigurations/delete 删除 dhcpConfigurations。
Microsoft.AVS/privateClouds/workloadNetworks/dhcpConfigurations/write 写入 dhcpConfigurations。
Microsoft.AVS/privateClouds/workloadNetworks/dhcpConfigurations/read 读取 dhcpConfigurations。
Microsoft.AVS/privateClouds/workloadNetworks/dhcpConfigurations/operationStatuses/read 读取 dhcpConfigurations operationStatuses。
Microsoft.AVS/privateClouds/workloadNetworks/dnsServices/delete 删除 dnsServices。
Microsoft.AVS/privateClouds/workloadNetworks/dnsServices/write 写入 dnsServices。
Microsoft.AVS/privateClouds/workloadNetworks/dnsServices/read 读取 dnsServices。
Microsoft.AVS/privateClouds/workloadNetworks/dnsServices/operationStatuses/read 读取 dnsServices operationStatuses。
Microsoft.AVS/privateClouds/workloadNetworks/dnsZones/delete 删除 dnsZones。
Microsoft.AVS/privateClouds/workloadNetworks/dnsZones/write 写入 dnsZones。
Microsoft.AVS/privateClouds/workloadNetworks/dnsZones/read 读取 dnsZones。
Microsoft.AVS/privateClouds/workloadNetworks/dnsZones/operationStatuses/read 读取 dnsZones operationStatuses。
Microsoft.AVS/privateClouds/workloadNetworks/gateways/read 读取网关。
Microsoft.AVS/privateClouds/workloadNetworks/portMirroringProfiles/delete 删除 portMirroringProfiles。
Microsoft.AVS/privateClouds/workloadNetworks/portMirroringProfiles/write 写入 portMirroringProfiles。
Microsoft.AVS/privateClouds/workloadNetworks/portMirroringProfiles/read 读取 portMirroringProfiles。
Microsoft.AVS/privateClouds/workloadNetworks/portMirroringProfiles/operationStatuses/read 读取 portMirroringProfiles operationStatuses。
Microsoft.AVS/privateClouds/workloadNetworks/segments/delete 删除段
Microsoft.AVS/privateClouds/workloadNetworks/segments/write 写入段。
Microsoft.AVS/privateClouds/workloadNetworks/segments/read 读取段。
Microsoft.AVS/privateClouds/workloadNetworks/segments/operationStatuses/read 读取段 operationStatuses。
Microsoft.AVS/privateClouds/workloadNetworks/virtualMachines/read 读取 virtualMachines。
Microsoft.AVS/privateClouds/workloadNetworks/vmGroups/delete 删除 vmGroups。
Microsoft.AVS/privateClouds/workloadNetworks/vmGroups/write 写入 vmGroups。
Microsoft.AVS/privateClouds/workloadNetworks/vmGroups/read 读取 vmGroups。
Microsoft.AVS/privateClouds/workloadNetworks/vmGroups/operationStatuses/read 读取 vmGroups operationStatuses。
DataAction 描述
Microsoft.AVS/privateClouds/listAdminCredentials/action 列出 privateClouds 的 AdminCredentials。
Microsoft.AVS/privateClouds/rotateVcenterPassword/action 旋转 PrivateCloud 的 Vcenter 密码。
Microsoft.AVS/privateClouds/rotateNsxtPassword/action 旋转 PrivateCloud 的 Nsxt CloudAdmin 密码。
Microsoft.AVS/privateClouds/rotateNsxtCloudAdminPassword/action 旋转 PrivateCloud 的 Nsxt CloudAdmin 密码。

Microsoft.Batch

云规模的作业计划和计算管理。

Azure 服务:批处理

操作 说明
Microsoft.Batch/register/action 注册 Batch 资源提供程序的订阅,并启用 Batch 帐户的创建
Microsoft.Batch/unregister/action 取消注册 Batch 资源提供程序的订阅,阻止创建 Batch 帐户
Microsoft.Batch/batchAccounts/read 列出 Batch 帐户,或获取 Batch 帐户的属性
Microsoft.Batch/batchAccounts/write 创建新的 Batch 帐户,或更新现有的 Batch 帐户
Microsoft.Batch/batchAccounts/delete 删除 Batch 帐户
Microsoft.Batch/batchAccounts/listkeys/action 列出 Batch 帐户的访问密钥
Microsoft.Batch/batchAccounts/regeneratekeys/action 再生成 Batch 帐户的访问密钥
Microsoft.Batch/batchAccounts/syncAutoStorageKeys/action 同步针对 Batch 帐户配置的自动存储帐户的访问密钥
Microsoft.Batch/batchAccounts/applications/read 列出应用程序,或获取应用程序的属性
Microsoft.Batch/batchAccounts/applications/write 创建新的应用程序,或更新现有的应用程序
Microsoft.Batch/batchAccounts/applications/delete 删除应用程序
Microsoft.Batch/batchAccounts/applications/versions/read 获取应用程序包的属性
Microsoft.Batch/batchAccounts/applications/versions/write 创建新的应用程序包,或更新现有的应用程序包
Microsoft.Batch/batchAccounts/applications/versions/delete 删除应用程序包
Microsoft.Batch/batchAccounts/applications/versions/activate/action 激活应用程序包
Microsoft.Batch/batchAccounts/certificateOperationResults/read 获取 Batch 帐户上长时间运行的证书操作的结果
Microsoft.Batch/batchAccounts/certificates/read 列出 Batch 帐户上的证书或获取证书的属性
Microsoft.Batch/batchAccounts/certificates/write 在 Batch 帐户上创建新的证书或更新现有证书
Microsoft.Batch/batchAccounts/certificates/delete 从 Batch 帐户中删除证书
Microsoft.Batch/batchAccounts/certificates/cancelDelete/action 取消对 Batch 帐户上证书删除失败的操作
Microsoft.Batch/batchAccounts/detectors/read 获取 AppLens 检测器或列出批处理帐户上的 AppLens 检测器
Microsoft.Batch/batchAccounts/operationResults/read 获取长时间运行的 Batch 帐户操作的结果
Microsoft.Batch/batchAccounts/outboundNetworkDependenciesEndpoints/read 列出 Batch 帐户的出站网络依赖项终结点
Microsoft.Batch/batchAccounts/poolOperationResults/read 获取 Batch 帐户上长时间运行的池操作的结果
Microsoft.Batch/batchAccounts/pools/read 列出 Batch 帐户上的池,或获取池的属性
Microsoft.Batch/batchAccounts/pools/write 在 Batch 帐户上创建新池,或更新现有池
Microsoft.Batch/batchAccounts/pools/delete 从 Batch 帐户中删除池
Microsoft.Batch/batchAccounts/pools/stopResize/action 停止正在对 Batch 帐户池进行的重设大小操作
Microsoft.Batch/batchAccounts/pools/disableAutoscale/action 禁用 Batch 帐户池的自动缩放
Microsoft.Batch/batchAccounts/privateEndpointConnectionProxies/validate/action 验证 Batch 帐户中的专用终结点连接代理
Microsoft.Batch/batchAccounts/privateEndpointConnectionProxies/write 在 Batch 帐户中创建新的专用终结点连接代理
Microsoft.Batch/batchAccounts/privateEndpointConnectionProxies/read 获取 Batch 帐户中的专用终结点连接代理
Microsoft.Batch/batchAccounts/privateEndpointConnectionProxies/delete 删除 Batch 帐户中的专用终结点连接代理
Microsoft.Batch/batchAccounts/privateEndpointConnectionProxyResults/read 获取长时间运行的 Batch 帐户专用终结点连接代理操作的结果
Microsoft.Batch/batchAccounts/privateEndpointConnectionResults/read 获取长时间运行的 Batch 帐户专用终结点连接操作的结果
Microsoft.Batch/batchAccounts/privateEndpointConnections/write 更新 Batch 帐户上现有的专用终结点连接
Microsoft.Batch/batchAccounts/privateEndpointConnections/read 在 Batch 帐户上获取专用终结点连接或列出专用终结点连接
Microsoft.Batch/batchAccounts/privateEndpointConnections/delete 删除 Batch 帐户上的专用终结点连接
Microsoft.Batch/batchAccounts/privateLinkResources/read 在 Batch 帐户上获取专用链接资源的属性或列出专用链接资源
Microsoft.Batch/batchAccounts/providers/Microsoft.Insights/diagnosticSettings/read 获取资源的诊断设置
Microsoft.Batch/batchAccounts/providers/Microsoft.Insights/diagnosticSettings/write 创建或更新资源的诊断设置
Microsoft.Batch/batchAccounts/providers/Microsoft.Insights/logDefinitions/read 获取 Batch 服务的可用日志
Microsoft.Batch/batchAccounts/providers/Microsoft.Insights/metricDefinitions/read 获取 Batch 服务的可用指标
Microsoft.Batch/deployments/preflight/action 对请求中包含的资源运行预检验证
Microsoft.Batch/locations/checkNameAvailability/action 检查帐户名称是否有效且未被使用。
Microsoft.Batch/locations/accountOperationResults/read 获取长时间运行的 Batch 帐户操作的结果
Microsoft.Batch/locations/cloudServiceSkus/read 列出给定位置的可用 Batch 支持的云服务 VM 大小
Microsoft.Batch/locations/quotas/read 获取指定 Azure 区域中指定订阅的 Batch 配额
Microsoft.Batch/locations/virtualMachineSkus/read 列出给定位置的可用 Batch 支持的虚拟机 (VM) 大小
Microsoft.Batch/operations/read 列出适用于 Microsoft.Batch 资源提供程序的操作
DataAction 说明
Microsoft.Batch/batchAccounts/jobs/read 列出 Batch 帐户上的作业,或获取作业的属性
Microsoft.Batch/batchAccounts/jobs/write 在 Batch 帐户上创建新作业,或更新现有作业
Microsoft.Batch/batchAccounts/jobs/delete 从 Batch 帐户中删除作业
Microsoft.Batch/batchAccounts/jobSchedules/read 列出 Batch 帐户上的作业计划,或获取作业计划的属性
Microsoft.Batch/batchAccounts/jobSchedules/write 在 Batch 帐户上创建新作业计划,或更新现有作业计划
Microsoft.Batch/batchAccounts/jobSchedules/delete 从 Batch 帐户中删除作业计划

Microsoft.ClassicCompute

Azure 服务:经典部署模型虚拟机

操作 说明
Microsoft.ClassicCompute/register/action 注册到经典计算
Microsoft.ClassicCompute/checkDomainNameAvailability/action 检查给定域名的可用性。
Microsoft.ClassicCompute/moveSubscriptionResources/action 将所有经典资源移到不同的订阅。
Microsoft.ClassicCompute/validateSubscriptionMoveAvailability/action 验证订阅是否可用于经典移动操作。
Microsoft.ClassicCompute/capabilities/read 显示功能
Microsoft.ClassicCompute/checkDomainNameAvailability/read 获取一个给定域名的可用性。
Microsoft.ClassicCompute/domainNames/read 返回资源的域名。
Microsoft.ClassicCompute/domainNames/write 添加或修改资源的域名。
Microsoft.ClassicCompute/domainNames/delete 删除资源的域名。
Microsoft.ClassicCompute/domainNames/swap/action 将过渡槽交换到生产槽。
Microsoft.ClassicCompute/domainNames/active/write 设置活动域名。
Microsoft.ClassicCompute/domainNames/availabilitySets/read 显示资源的可用性集。
Microsoft.ClassicCompute/domainNames/capabilities/read 显示域名功能
Microsoft.ClassicCompute/domainNames/deploymentslots/read 显示部署槽。
Microsoft.ClassicCompute/domainNames/deploymentslots/write 创建或更新部署。
Microsoft.ClassicCompute/domainNames/deploymentslots/roles/read 获取域名的部署槽位上的角色
Microsoft.ClassicCompute/domainNames/deploymentslots/roles/roleinstances/read 获取域名的部署槽位上的角色的角色实例
Microsoft.ClassicCompute/domainNames/deploymentslots/state/read 获取部署槽位状态。
Microsoft.ClassicCompute/domainNames/deploymentslots/state/write 添加部署槽位状态。
Microsoft.ClassicCompute/domainNames/deploymentslots/upgradedomain/read 获取域名上的部署槽位的升级域
Microsoft.ClassicCompute/domainNames/deploymentslots/upgradedomain/write 更新域名上的部署槽位的升级域
Microsoft.ClassicCompute/domainNames/extensions/read 返回域名扩展。
Microsoft.ClassicCompute/domainNames/extensions/write 添加域名扩展。
Microsoft.ClassicCompute/domainNames/extensions/delete 删除域名扩展。
Microsoft.ClassicCompute/domainNames/extensions/operationStatuses/read 读取域名扩展的操作状态。
Microsoft.ClassicCompute/domainNames/internalLoadBalancers/read 获取内部负载均衡器。
Microsoft.ClassicCompute/domainNames/internalLoadBalancers/write 创建新的内部负载均衡。
Microsoft.ClassicCompute/domainNames/internalLoadBalancers/delete 删除新的内部负载均衡。
Microsoft.ClassicCompute/domainNames/internalLoadBalancers/operationStatuses/read 读取域名内部负载均衡器的操作状态。
Microsoft.ClassicCompute/domainNames/loadBalancedEndpointSets/read 获取负载均衡的终结点集。
Microsoft.ClassicCompute/domainNames/loadBalancedEndpointSets/write 添加负载均衡的终结点集。
Microsoft.ClassicCompute/domainNames/loadBalancedEndpointSets/operationStatuses/read 读取域名负载均衡的终结点集的操作状态。
Microsoft.ClassicCompute/domainNames/operationstatuses/read 获取域名的操作状态。
Microsoft.ClassicCompute/domainNames/operationStatuses/read 读取域名扩展的操作状态。
Microsoft.ClassicCompute/domainNames/serviceCertificates/read 返回使用的服务证书。
Microsoft.ClassicCompute/domainNames/serviceCertificates/write 添加或修改使用的服务证书。
Microsoft.ClassicCompute/domainNames/serviceCertificates/delete 删除使用的服务证书。
Microsoft.ClassicCompute/domainNames/serviceCertificates/operationStatuses/read 读取域名服务证书的操作状态。
Microsoft.ClassicCompute/domainNames/slots/read 显示部署槽。
Microsoft.ClassicCompute/domainNames/slots/write 创建或更新部署。
Microsoft.ClassicCompute/domainNames/slots/delete 删除给定的部署槽。
Microsoft.ClassicCompute/domainNames/slots/start/action 启动部署槽。
Microsoft.ClassicCompute/domainNames/slots/stop/action 暂停部署槽。
Microsoft.ClassicCompute/domainNames/slots/validateMigration/action 验证部署槽位的迁移。
Microsoft.ClassicCompute/domainNames/slots/prepareMigration/action 准备部署槽位的迁移。
Microsoft.ClassicCompute/domainNames/slots/commitMigration/action 提交部署槽位的迁移。
Microsoft.ClassicCompute/domainNames/slots/abortMigration/action 中止部署槽位的迁移。
Microsoft.ClassicCompute/domainNames/slots/operationStatuses/read 读取域名槽的操作状态。
Microsoft.ClassicCompute/domainNames/slots/roles/read 获取部署槽的角色。
Microsoft.ClassicCompute/domainNames/slots/roles/write 添加部署槽位的角色。
Microsoft.ClassicCompute/domainNames/slots/roles/extensionReferences/read 返回部署槽角色的扩展引用。
Microsoft.ClassicCompute/domainNames/slots/roles/extensionReferences/write 添加或修改部署槽角色的扩展引用。
Microsoft.ClassicCompute/domainNames/slots/roles/extensionReferences/delete 删除部署槽角色的扩展引用。
Microsoft.ClassicCompute/domainNames/slots/roles/extensionReferences/operationStatuses/read 读取域名槽角色扩展引用的操作状态。
Microsoft.ClassicCompute/domainNames/slots/roles/metricdefinitions/read 获取域名的角色指标定义。
Microsoft.ClassicCompute/domainNames/slots/roles/metrics/read 获取域名的角色指标。
Microsoft.ClassicCompute/domainNames/slots/roles/operationstatuses/read 获取域名槽位角色的操作状态。
Microsoft.ClassicCompute/domainNames/slots/roles/providers/Microsoft.Insights/diagnosticSettings/read 获取诊断设置。
Microsoft.ClassicCompute/domainNames/slots/roles/providers/Microsoft.Insights/diagnosticSettings/write 添加或修改诊断设置。
Microsoft.ClassicCompute/domainNames/slots/roles/providers/Microsoft.Insights/metricDefinitions/read 获取指标定义。
Microsoft.ClassicCompute/domainNames/slots/roles/roleInstances/downloadremotedesktopconnectionfile/action 下载域名槽位角色上角色实例的远程桌面连接文件。
Microsoft.ClassicCompute/domainNames/slots/roles/roleInstances/read 获取角色实例。
Microsoft.ClassicCompute/domainNames/slots/roles/roleInstances/restart/action 重新启动角色实例。
Microsoft.ClassicCompute/domainNames/slots/roles/roleInstances/reimage/action 重置角色实例的映像。
Microsoft.ClassicCompute/domainNames/slots/roles/roleInstances/rebuild/action 重新生成角色实例。
Microsoft.ClassicCompute/domainNames/slots/roles/roleInstances/operationStatuses/read 获取域名槽位角色上角色实例的操作状态。
Microsoft.ClassicCompute/domainNames/slots/roles/skus/read 获取部署槽位的角色 SKU。
Microsoft.ClassicCompute/domainNames/slots/state/start/write 将部署槽状态更改为已停止。
Microsoft.ClassicCompute/domainNames/slots/state/stop/write 将部署槽状态更改为已启动。
Microsoft.ClassicCompute/domainNames/slots/upgradeDomain/write 逐步升级域。
Microsoft.ClassicCompute/operatingSystemFamilies/read 列出 Azure 中可用的来宾操作系统系列,同时列出可用于每个系列的操作系统版本。
Microsoft.ClassicCompute/operatingSystems/read 列出 Azure 中当前可用的来宾操作系统版本。
Microsoft.ClassicCompute/operations/read 获取操作列表。
Microsoft.ClassicCompute/operationStatuses/read 读取资源的操作状态。
Microsoft.ClassicCompute/quotas/read 获取订阅的配额。
Microsoft.ClassicCompute/resourceTypes/skus/read 获取受支持资源类型的 SKU 列表。
Microsoft.ClassicCompute/virtualMachines/read 检索虚拟机列表。
Microsoft.ClassicCompute/virtualMachines/write 添加或修改虚拟机。
Microsoft.ClassicCompute/virtualMachines/delete 删除虚拟机。
Microsoft.ClassicCompute/virtualMachines/capture/action 捕获虚拟机。
Microsoft.ClassicCompute/virtualMachines/start/action 启动虚拟机。
Microsoft.ClassicCompute/virtualMachines/redeploy/action 重新部署虚拟机。
Microsoft.ClassicCompute/virtualMachines/performMaintenance/action 在虚拟机上执行维护。
Microsoft.ClassicCompute/virtualMachines/restart/action 重新启动虚拟机。
Microsoft.ClassicCompute/virtualMachines/stop/action 停止虚拟机。
Microsoft.ClassicCompute/virtualMachines/shutdown/action 关闭虚拟机。
Microsoft.ClassicCompute/virtualMachines/attachDisk/action 将数据磁盘附加到虚拟机。
Microsoft.ClassicCompute/virtualMachines/detachDisk/action 从虚拟机中分离数据磁盘。
Microsoft.ClassicCompute/virtualMachines/downloadRemoteDesktopConnectionFile/action 下载虚拟机的 RDP 文件。
Microsoft.ClassicCompute/virtualMachines/associatedNetworkSecurityGroups/read 获取与虚拟机关联的网络安全组。
Microsoft.ClassicCompute/virtualMachines/associatedNetworkSecurityGroups/write 添加与虚拟机关联的网络安全组。
Microsoft.ClassicCompute/virtualMachines/associatedNetworkSecurityGroups/delete 删除与虚拟机关联的网络安全组。
Microsoft.ClassicCompute/virtualMachines/associatedNetworkSecurityGroups/operationStatuses/read 读取与网络安全组关联的虚拟机的操作状态。
Microsoft.ClassicCompute/virtualMachines/asyncOperations/read 获取可能的异步操作
Microsoft.ClassicCompute/virtualMachines/diagnosticsettings/read 获取虚拟机诊断设置。
Microsoft.ClassicCompute/virtualMachines/disks/read 检索数据磁盘的列表
Microsoft.ClassicCompute/virtualMachines/extensions/read 获取虚拟机扩展。
Microsoft.ClassicCompute/virtualMachines/extensions/write 放置虚拟机扩展。
Microsoft.ClassicCompute/virtualMachines/extensions/operationStatuses/read 读取虚拟机扩展的操作状态。
Microsoft.ClassicCompute/virtualMachines/metricdefinitions/read 获取虚拟机指标定义。
Microsoft.ClassicCompute/virtualMachines/metrics/read 获取指标。
Microsoft.ClassicCompute/virtualMachines/networkInterfaces/associatedNetworkSecurityGroups/read 获取与网络接口关联的网络安全组。
Microsoft.ClassicCompute/virtualMachines/networkInterfaces/associatedNetworkSecurityGroups/write 添加与网络接口关联的网络安全组。
Microsoft.ClassicCompute/virtualMachines/networkInterfaces/associatedNetworkSecurityGroups/delete 删除与网络接口关联的网络安全组。
Microsoft.ClassicCompute/virtualMachines/networkInterfaces/associatedNetworkSecurityGroups/operationStatuses/read 读取与网络安全组关联的虚拟机的操作状态。
Microsoft.ClassicCompute/virtualMachines/operationStatuses/read 读取虚拟机的操作状态。
Microsoft.ClassicCompute/virtualMachines/providers/Microsoft.Insights/diagnosticSettings/read 获取诊断设置。
Microsoft.ClassicCompute/virtualMachines/providers/Microsoft.Insights/diagnosticSettings/write 添加或修改诊断设置。
Microsoft.ClassicCompute/virtualMachines/providers/Microsoft.Insights/metricDefinitions/read 获取指标定义。

Microsoft.Compute

访问云计算产能并按需缩放(如虚拟机),并仅为使用的资源付费。

Azure 服务:虚拟机虚拟机规模集

操作 说明
Microsoft.Compute/register/action 将订阅注册到 Microsoft.Compute 资源提供程序
Microsoft.Compute/unregister/action 使用 Microsoft.Compute 资源提供程序取消注册订阅
Microsoft.Compute/availabilitySets/read 获取可用性集的属性
Microsoft.Compute/availabilitySets/write 创建新的可用性集,或更新现有的可用性集
Microsoft.Compute/availabilitySets/delete 删除可用性集
Microsoft.Compute/availabilitySets/vmSizes/read 列出可在可用性集中创建或更新的虚拟机大小
Microsoft.Compute/capacityReservationGroups/read 获取产能预留组的属性
Microsoft.Compute/capacityReservationGroups/write 创建新的产能预留组,或更新现有的产能预留组
Microsoft.Compute/capacityReservationGroups/delete 删除产能预留组
Microsoft.Compute/capacityReservationGroups/deploy/action 使用容量预留组部署新的 VM/VMSS
Microsoft.Compute/capacityReservationGroups/share/action 与一个或多个订阅共享产能预留组
Microsoft.Compute/capacityReservationGroups/capacityReservations/read 获取产能预留的属性
Microsoft.Compute/capacityReservationGroups/capacityReservations/write 创建新的产能预留,或更新现有的产能预留
Microsoft.Compute/capacityReservationGroups/capacityReservations/delete 删除产能预留
Microsoft.Compute/cloudServices/read 获取 CloudService 的属性。
Microsoft.Compute/cloudServices/write 新建 CloudService 或更新现有的 CloudService。
Microsoft.Compute/cloudServices/delete 删除 CloudService。
Microsoft.Compute/cloudServices/poweroff/action 关闭 CloudService。
Microsoft.Compute/cloudServices/start/action 启动 CloudService。
Microsoft.Compute/cloudServices/restart/action 重启 CloudService 中的一个或多个角色实例。
Microsoft.Compute/cloudServices/reimage/action 重新生成 CloudService 的角色实例中的所有磁盘。
Microsoft.Compute/cloudServices/rebuild/action 为 CloudService 中的所有角色实例重置映像。
Microsoft.Compute/cloudServices/delete/action 删除 CloudService 中的角色实例。
Microsoft.Compute/cloudServices/instanceView/read 获取 CloudService 的状态。
Microsoft.Compute/cloudServices/providers/Microsoft.Insights/diagnosticSettings/read 获取 CloudService 的诊断设置。
Microsoft.Compute/cloudServices/providers/Microsoft.Insights/diagnosticSettings/write 创建或更新 CloudService 的诊断设置。
Microsoft.Compute/cloudServices/providers/Microsoft.Insights/metricDefinitions/read 获取 CloudService 指标定义
Microsoft.Compute/cloudServices/roleInstances/delete 从 CloudService 中删除 RoleInstance。
Microsoft.Compute/cloudServices/roleInstances/read 从 CloudService 中获取 RoleInstance。
Microsoft.Compute/cloudServices/roleInstances/restart/action 重启 CloudService 的角色实例
Microsoft.Compute/cloudServices/roleInstances/reimage/action 为 CloudService 的角色实例重置映像。
Microsoft.Compute/cloudServices/roleInstances/rebuild/action 重新生成 CloudService 中的所有磁盘。
Microsoft.Compute/cloudServices/roleInstances/instanceView/read 从 CloudService 中获取角色实例的状态。
Microsoft.Compute/cloudServices/roles/read 从 CloudService 获取角色。
Microsoft.Compute/cloudServices/roles/write 在角色中缩放实例
Microsoft.Compute/cloudServices/roles/providers/Microsoft.Insights/diagnosticSettings/read 获取 CloudService 角色的诊断设置。
Microsoft.Compute/cloudServices/roles/providers/Microsoft.Insights/diagnosticSettings/write 创建或更新 CloudService 角色的诊断设置
Microsoft.Compute/cloudServices/roles/providers/Microsoft.Insights/metricDefinitions/read 获取 CloudService 角色指标定义
Microsoft.Compute/cloudServices/updateDomains/read 获取 CloudService 中所有更新域的列表。
Microsoft.Compute/diskAccesses/read 获取 DiskAccess 资源的属性
Microsoft.Compute/diskAccesses/write 创建新的 DiskAccess 资源或更新现有资源
Microsoft.Compute/diskAccesses/delete 删除 DiskAccess 资源
Microsoft.Compute/diskAccesses/privateEndpointConnectionsApproval/action 自动审批专用终结点连接
Microsoft.Compute/diskAccesses/privateEndpointConnectionProxies/read 获取专用终结点连接代理的属性
Microsoft.Compute/diskAccesses/privateEndpointConnectionProxies/write 创建新的专用终结点连接代理
Microsoft.Compute/diskAccesses/privateEndpointConnectionProxies/delete 删除专用终结点连接代理
Microsoft.Compute/diskAccesses/privateEndpointConnectionProxies/validate/action 验证专用终结点连接代理对象
Microsoft.Compute/diskAccesses/privateEndpointConnections/delete 删除专用终结点连接
Microsoft.Compute/diskAccesses/privateEndpointConnections/read 获取专用终结点连接
Microsoft.Compute/diskAccesses/privateEndpointConnections/write 批准或拒绝专用终结点连接
Microsoft.Compute/diskEncryptionSets/read 获取磁盘加密集的属性
Microsoft.Compute/diskEncryptionSets/write 创建新的磁盘加密集,或更新现有的磁盘加密集
Microsoft.Compute/diskEncryptionSets/delete 删除磁盘加密集
Microsoft.Compute/disks/read 获取磁盘的属性
Microsoft.Compute/disks/write 创建新的磁盘,或更新现有的磁盘
Microsoft.Compute/disks/delete 删除磁盘
Microsoft.Compute/disks/beginGetAccess/action 获取用于 Blob 访问的磁盘 SAS URI
Microsoft.Compute/disks/endGetAccess/action 吊销磁盘的 SAS URI
Microsoft.Compute/galleries/read 获取库的属性
Microsoft.Compute/galleries/write 创建新的库或更新现有库
Microsoft.Compute/galleries/delete 删除库
Microsoft.Compute/galleries/share/action 将库共享到不同的范围
Microsoft.Compute/galleries/applications/read 获取库应用程序的属性
Microsoft.Compute/galleries/applications/write 创建新的库应用程序或更新现有库应用程序
Microsoft.Compute/galleries/applications/delete 删除库应用程序
Microsoft.Compute/galleries/applications/versions/read 获取库应用程序版本的属性
Microsoft.Compute/galleries/applications/versions/write 创建新的库应用程序版本或更新现有版本
Microsoft.Compute/galleries/applications/versions/delete 删除库应用程序版本
Microsoft.Compute/galleries/images/read 获取库映像的属性
Microsoft.Compute/galleries/images/write 创建新的库映像或更新现有库映像
Microsoft.Compute/galleries/images/delete 删除库映像
Microsoft.Compute/galleries/images/versions/read 获取库映像版本的属性
Microsoft.Compute/galleries/images/versions/write 创建新的库映像版本或更新现有版本
Microsoft.Compute/galleries/images/versions/delete 删除库映像版本
Microsoft.Compute/galleries/serviceArtifacts/read 获取库服务项目的属性
Microsoft.Compute/galleries/serviceArtifacts/write 创建新的库服务项目,或更新现有库服务项目
Microsoft.Compute/galleries/serviceArtifacts/delete 删除库服务项目
Microsoft.Compute/hostGroups/read 获取主机组的属性
Microsoft.Compute/hostGroups/write 创建新主机组或更新现有主机组
Microsoft.Compute/hostGroups/delete 删除主机组
Microsoft.Compute/hostGroups/hosts/read 获取主机的属性
Microsoft.Compute/hostGroups/hosts/write 创建新的主机,或更新现有的主机
Microsoft.Compute/hostGroups/hosts/delete 删除主机
Microsoft.Compute/hostGroups/hosts/hostSizes/read 列出主机可更新到的大小。 注意:提供的专用主机大小可用于仅纵向扩展现有专用主机。
Microsoft.Compute/images/read 获取映像的属性
Microsoft.Compute/images/write 创建新的映像,或更新现有的映像
Microsoft.Compute/images/delete 删除映像
Microsoft.Compute/locations/capsOperations/read 获取异步大写操作的状态
Microsoft.Compute/locations/cloudServiceOsFamilies/read 读取可以在云服务的 XML 服务配置 (.cscfg) 中指定的任何来宾 OS 系列。
Microsoft.Compute/locations/cloudServiceOsVersions/read 读取可以在云服务的 XML 服务配置 (.cscfg) 中指定的任何来宾 OS 版本。
Microsoft.Compute/locations/communityGalleries/read 获取社区库的属性
Microsoft.Compute/locations/communityGalleries/images/read 获取社区库映像的属性
Microsoft.Compute/locations/communityGalleries/images/versions/read 获取社区库映像版本的属性
Microsoft.Compute/locations/diagnosticOperations/read 获取计算诊断操作的状态
Microsoft.Compute/locations/diagnostics/diskInspection/action 创建用于执行 DiskInspection 诊断的请求
Microsoft.Compute/locations/diagnostics/read 获取所有可用计算诊断的属性
Microsoft.Compute/locations/diagnostics/diskInspection/read 获取 DiskInspection 诊断的属性
Microsoft.Compute/locations/diskOperations/read 获取异步磁盘操作的状态
Microsoft.Compute/locations/edgeZones/publishers/read 在边缘区域中获取发布服务器的属性
Microsoft.Compute/locations/edgeZones/publishers/artifacttypes/offers/read 在边缘区域中获取平台映像产品/服务的属性
Microsoft.Compute/locations/edgeZones/publishers/artifacttypes/offers/skus/read 在边缘区域中获取平台映像 SKU 的属性
Microsoft.Compute/locations/edgeZones/publishers/artifacttypes/offers/skus/versions/read 在边缘区域中获取平台映像版本的属性
Microsoft.Compute/locations/logAnalytics/getRequestRateByInterval/action 创建日志来按时间间隔显示请求总数,以帮助限制诊断。
Microsoft.Compute/locations/logAnalytics/getThrottledRequests/action 创建日志以显示按 ResourceName、OperationName 或应用的限制策略分组的限制请求数聚合。
Microsoft.Compute/locations/operations/read 获取异步操作的状态
Microsoft.Compute/locations/privateEndpointConnectionProxyAzureAsyncOperation/read 获取专用终结点连接代理异步操作的状态
Microsoft.Compute/locations/privateEndpointConnectionProxyOperationResults/read 获取专用终结点连接代理操作的结果
Microsoft.Compute/locations/publishers/read 获取发布服务器的属性
Microsoft.Compute/locations/publishers/artifacttypes/offers/read 获取平台映像产品/服务的属性
Microsoft.Compute/locations/publishers/artifacttypes/offers/skus/read 获取平台映像 SKU 的属性
Microsoft.Compute/locations/publishers/artifacttypes/offers/skus/versions/read 获取平台映像版本的属性
Microsoft.Compute/locations/publishers/artifacttypes/types/read 获取 VMExtension 类型的属性
Microsoft.Compute/locations/publishers/artifacttypes/types/versions/read 获取 VMExtension 版本的属性
Microsoft.Compute/locations/runCommands/read 列出位置中的可用运行命令
Microsoft.Compute/locations/sharedGalleries/read 获取共享库的属性
Microsoft.Compute/locations/sharedGalleries/images/read 获取共享库映像的属性
Microsoft.Compute/locations/sharedGalleries/images/versions/read 获取共享库映像版本的属性
Microsoft.Compute/locations/usages/read 获取某个位置中订阅的计算资源的服务限制和当前用量
Microsoft.Compute/locations/vmSizes/read 列出某个位置的可用虚拟机大小
Microsoft.Compute/locations/vsmOperations/read 获取带有虚拟机运行时服务扩展的虚拟机规模集的异步操作的状态
Microsoft.Compute/operations/read 列出可对 Microsoft.Compute 资源提供程序使用的操作
Microsoft.Compute/proximityPlacementGroups/read 获取邻近放置组的属性
Microsoft.Compute/proximityPlacementGroups/write 创建新的邻近放置组或更新现有的邻近放置组
Microsoft.Compute/proximityPlacementGroups/delete 删除邻近放置组
Microsoft.Compute/restorePointCollections/read 获取还原点集合的属性
Microsoft.Compute/restorePointCollections/write 创建新的或更新现有的还原点集合
Microsoft.Compute/restorePointCollections/delete 删除恢复点集合以及包含的还原点
Microsoft.Compute/restorePointCollections/restorePoints/read 获取还原点的属性
Microsoft.Compute/restorePointCollections/restorePoints/write 创建新的还原点
Microsoft.Compute/restorePointCollections/restorePoints/delete 删除还原点
Microsoft.Compute/restorePointCollections/restorePoints/retrieveSasUris/action 获取还原点的属性以及 Blob SAS URI
Microsoft.Compute/restorePointCollections/restorePoints/diskRestorePoints/read 获取增量 DiskRestorePoint 的属性
Microsoft.Compute/restorePointCollections/restorePoints/diskRestorePoints/beginGetAccess/action 获取增量 DiskRestorePoint 的 SAS URI
Microsoft.Compute/restorePointCollections/restorePoints/diskRestorePoints/endGetAccess/action 撤销增量 DiskRestorePoint 的 SAS URI
Microsoft.Compute/sharedVMExtensions/read 获取共享 VM 扩展的属性
Microsoft.Compute/sharedVMExtensions/write 创建新的共享 VM 扩展或更新现有扩展
Microsoft.Compute/sharedVMExtensions/delete 删除共享 VM 扩展
Microsoft.Compute/sharedVMExtensions/versions/read 获取共享 VM 扩展版本的属性
Microsoft.Compute/sharedVMExtensions/versions/write 创建新的共享 VM 扩展版本或更新现有版本
Microsoft.Compute/sharedVMExtensions/versions/delete 删除共享 VM 扩展版本
Microsoft.Compute/sharedVMImages/read 获取 SharedVMImage 的属性
Microsoft.Compute/sharedVMImages/write 创建新的 SharedVMImage 或更新现有的 SharedVMImage
Microsoft.Compute/sharedVMImages/delete 删除 SharedVMImage
Microsoft.Compute/sharedVMImages/versions/read 获取 SharedVMImageVersion 的属性
Microsoft.Compute/sharedVMImages/versions/write 创建新的 SharedVMImageVersion 或更新现有的 SharedVMImageVersion
Microsoft.Compute/sharedVMImages/versions/delete 删除 SharedVMImageVersion
Microsoft.Compute/sharedVMImages/versions/replicate/action 将 SharedVMImageVersion 复制到目标区域
Microsoft.Compute/skus/read 获取订阅可用的 Microsoft.Compute SKU 列表
Microsoft.Compute/snapshots/read 获取快照的属性
Microsoft.Compute/snapshots/write 创建新的快照,或更新现有的快照
Microsoft.Compute/snapshots/delete 删除快照
Microsoft.Compute/snapshots/beginGetAccess/action 获取用于 blob 访问的快照 SAS URI
Microsoft.Compute/snapshots/endGetAccess/action 撤销快照的 SAS URI
Microsoft.Compute/sshPublicKeys/read 获取 SSH 公钥的属性
Microsoft.Compute/sshPublicKeys/write 创建新的 SSH 公钥,或更新现有的 SSH 公钥
Microsoft.Compute/sshPublicKeys/delete 删除 SSH 公钥
Microsoft.Compute/sshPublicKeys/generateKeyPair/action 生成新的 SSH 公钥/私钥对
Microsoft.Compute/virtualMachines/read 获取虚拟机的属性
Microsoft.Compute/virtualMachines/write 创建新的虚拟机,或更新现有的虚拟机
Microsoft.Compute/virtualMachines/delete 删除虚拟机
Microsoft.Compute/virtualMachines/start/action 启动虚拟机
Microsoft.Compute/virtualMachines/powerOff/action 关闭虚拟机。 请注意,该虚拟机会继续产生费用。
Microsoft.Compute/virtualMachines/reapply/action 重新应用虚拟机的当前模型
Microsoft.Compute/virtualMachines/redeploy/action 重新部署虚拟机
Microsoft.Compute/virtualMachines/restart/action 重新启动虚拟机
Microsoft.Compute/virtualMachines/retrieveBootDiagnosticsData/action 检索启动诊断日志 blob URI
Microsoft.Compute/virtualMachines/deallocate/action 关闭虚拟机并释放计算资源
Microsoft.Compute/virtualMachines/generalize/action 将虚拟机状态设置为通用化,并准备要捕获的虚拟机
Microsoft.Compute/virtualMachines/capture/action 通过复制虚拟硬盘捕获虚拟机,并生成可用于创建类似虚拟机的模板
Microsoft.Compute/virtualMachines/runCommand/action 执行虚拟机上的预定义脚本
Microsoft.Compute/virtualMachines/convertToManagedDisks/action 将虚拟机的基于 Blob 的磁盘转换为托管磁盘
Microsoft.Compute/virtualMachines/performMaintenance/action 在 VM 上执行维护操作。
Microsoft.Compute/virtualMachines/reimage/action 对使用差异磁盘的虚拟机重置映像。
Microsoft.Compute/virtualMachines/installPatches/action 根据用户提供的参数在虚拟机上安装可用的 OS 更新修补程序。 在此过程中还会刷新包含可用修补程序列表的评估结果。
Microsoft.Compute/virtualMachines/assessPatches/action 评估虚拟机并查找适用于它的 OS 更新修补程序列表。
Microsoft.Compute/virtualMachines/cancelPatchInstallation/action 取消虚拟机上正在进行的安装 OS 更新修补程序的操作。
Microsoft.Compute/virtualMachines/simulateEviction/action 模拟现成虚拟机的逐出
Microsoft.Compute/virtualMachines/osUpgradeInternal/action 使用灵活业务流程模式在属于虚拟机规模集的虚拟机上执行 OS 升级。
Microsoft.Compute/virtualMachines/rollbackOSDisk/action 在使用灵活的业务流程模式由虚拟机规模集调用失败的 OS 升级后,在虚拟机上回滚 OSDisk。
Microsoft.Compute/virtualMachines/deletePreservedOSDisk/action 使用灵活业务流程模式在属于虚拟机规模集的虚拟机上删除 PreservedOSDisk。
Microsoft.Compute/virtualMachines/extensions/read 获取虚拟机扩展的属性
Microsoft.Compute/virtualMachines/extensions/write 创建新的或更新现有的虚拟机扩展
Microsoft.Compute/virtualMachines/extensions/delete 删除虚拟机扩展
Microsoft.Compute/virtualMachines/instanceView/read 获取虚拟机的详细运行时状态及其资源
Microsoft.Compute/virtualMachines/patchAssessmentResults/latest/read 检索最新补丁评估操作的摘要
Microsoft.Compute/virtualMachines/patchAssessmentResults/latest/softwarePatches/read 检索上次补丁评估操作期间评估的补丁列表
Microsoft.Compute/virtualMachines/patchInstallationResults/read 检索最新补丁安装操作的摘要
Microsoft.Compute/virtualMachines/patchInstallationResults/softwarePatches/read 检索上次补丁安装操作期间尝试安装的补丁列表
Microsoft.Compute/virtualMachines/providers/Microsoft.Insights/diagnosticSettings/read 获取虚拟机的诊断设置。
Microsoft.Compute/virtualMachines/providers/Microsoft.Insights/diagnosticSettings/write 创建或更新虚拟机的诊断设置。
Microsoft.Compute/virtualMachines/providers/Microsoft.Insights/logDefinitions/read 获取虚拟机的可用日志。
Microsoft.Compute/virtualMachines/providers/Microsoft.Insights/metricDefinitions/read 读取虚拟机指标定义
Microsoft.Compute/virtualMachines/runCommands/read 获取虚拟机运行命令的属性
Microsoft.Compute/virtualMachines/runCommands/write 新建虚拟机运行命令或更新现有的命令
Microsoft.Compute/virtualMachines/runCommands/delete 删除虚拟机运行命令
Microsoft.Compute/virtualMachines/vmSizes/read 列出可将虚拟机更新到的大小
Microsoft.Compute/virtualMachineScaleSets/read 获取虚拟机规模集的属性
Microsoft.Compute/virtualMachineScaleSets/write 创建新的或更新现有的虚拟机规模集
Microsoft.Compute/virtualMachineScaleSets/delete 删除虚拟机规模集
Microsoft.Compute/virtualMachineScaleSets/delete/action 删除虚拟机规模集的实例
Microsoft.Compute/virtualMachineScaleSets/start/action 启动虚拟机规模集的实例
Microsoft.Compute/virtualMachineScaleSets/powerOff/action 关闭虚拟机规模集的实例
Microsoft.Compute/virtualMachineScaleSets/reapply/action 将虚拟机规模集虚拟机配置文件重新应用到虚拟机实例
Microsoft.Compute/virtualMachineScaleSets/restart/action 重新启动虚拟机规模集的实例
Microsoft.Compute/virtualMachineScaleSets/deallocate/action 关闭并释放虚拟机规模集实例的计算资源
Microsoft.Compute/virtualMachineScaleSets/manualUpgrade/action 手动将实例更新到虚拟机规模集的最新模型
Microsoft.Compute/virtualMachineScaleSets/reimage/action 对虚拟机规模集的实例进行映像重置
Microsoft.Compute/virtualMachineScaleSets/reimageAll/action 重置虚拟机规模集实例的所有磁盘(OS 磁盘和数据磁盘)的映像
Microsoft.Compute/virtualMachineScaleSets/approveRollingUpgrade/action 批准虚拟机规模集实例的延迟滚动升级
Microsoft.Compute/virtualMachineScaleSets/redeploy/action 重新部署虚拟机规模集的实例
Microsoft.Compute/virtualMachineScaleSets/performMaintenance/action 在虚拟机规模集的实例上执行计划内维护
Microsoft.Compute/virtualMachineScaleSets/scale/action 验证现有虚拟机规模集是否可以横向缩减/扩展到指定的实例计数
Microsoft.Compute/virtualMachineScaleSets/forceRecoveryServiceFabricPlatformUpdateDomainWalk/action 手动浏览服务结构虚拟机规模集的平台更新域,完成卡住的挂起更新
Microsoft.Compute/virtualMachineScaleSets/osRollingUpgrade/action 启动滚动升级,将所有虚拟机规模集实例移动到最新可用的平台映像 OS 版本。
Microsoft.Compute/virtualMachineScaleSets/setOrchestrationServiceState/action 根据操作输入中提供的操作来设置编排服务的状态。
Microsoft.Compute/virtualMachineScaleSets/rollingUpgrades/action 取消虚拟机规模集的滚动升级
Microsoft.Compute/virtualMachineScaleSets/disks/beginGetAccess/action 获取 VirtualMachineScaleSets 磁盘的 SAS URI
Microsoft.Compute/virtualMachineScaleSets/extensions/read 获取虚拟机规模集扩展的属性
Microsoft.Compute/virtualMachineScaleSets/extensions/write 创建新的虚拟机规模集扩展或更新现有虚拟机规模集扩展
Microsoft.Compute/virtualMachineScaleSets/extensions/delete 删除虚拟机规模集扩展
Microsoft.Compute/virtualMachineScaleSets/extensions/roles/read 获取具有虚拟机运行时服务扩展的虚拟机规模集中角色的属性
Microsoft.Compute/virtualMachineScaleSets/extensions/roles/write 更新具有虚拟机运行时服务扩展的虚拟机规模集中现有角色的属性
Microsoft.Compute/virtualMachineScaleSets/instanceView/read 获取虚拟机规模集的实例视图
Microsoft.Compute/virtualMachineScaleSets/networkInterfaces/read 获取虚拟机规模集的所有网络接口的属性
Microsoft.Compute/virtualMachineScaleSets/osUpgradeHistory/read 获取虚拟机规模集的 OS 升级历史记录
Microsoft.Compute/virtualMachineScaleSets/providers/Microsoft.Insights/diagnosticSettings/read 获取虚拟机规模集的诊断设置。
Microsoft.Compute/virtualMachineScaleSets/providers/Microsoft.Insights/diagnosticSettings/write 创建或更新虚拟机规模集的诊断设置。
Microsoft.Compute/virtualMachineScaleSets/providers/Microsoft.Insights/logDefinitions/read 获取虚拟机规模集的可用日志。
Microsoft.Compute/virtualMachineScaleSets/providers/Microsoft.Insights/metricDefinitions/read 读取虚拟机规模集指标定义
Microsoft.Compute/virtualMachineScaleSets/publicIPAddresses/read 获取虚拟机规模集的所有公共 IP 地址的属性
Microsoft.Compute/virtualMachineScaleSets/rollingUpgrades/read 获取虚拟机规模集的最新滚动升级状态
Microsoft.Compute/virtualMachineScaleSets/skus/read 列出现有虚拟机规模集的有效 SKU
Microsoft.Compute/virtualMachineScaleSets/virtualMachines/read 检索 VM 规模集中虚拟机的属性
Microsoft.Compute/virtualMachineScaleSets/virtualMachines/write 更新 VM 规模集中虚拟机的属性
Microsoft.Compute/virtualMachineScaleSets/virtualMachines/delete 删除 VM 规模集中的特定虚拟机。
Microsoft.Compute/virtualMachineScaleSets/virtualMachines/start/action 启动 VM 规模集中的虚拟机实例。
Microsoft.Compute/virtualMachineScaleSets/virtualMachines/powerOff/action 关闭 VM 规模集中的虚拟机实例。
Microsoft.Compute/virtualMachineScaleSets/virtualMachines/restart/action 重启 VM 规模集中的虚拟机实例。
Microsoft.Compute/virtualMachineScaleSets/virtualMachines/deallocate/action 关闭并释放 VM 规模集中虚拟机的计算资源。
Microsoft.Compute/virtualMachineScaleSets/virtualMachines/reimage/action 对虚拟机规模集中的虚拟机实例进行映像重置。
Microsoft.Compute/virtualMachineScaleSets/virtualMachines/reimageAll/action 重置虚拟机规模集中虚拟机实例的所有磁盘(OS 磁盘和数据磁盘)的映像。
Microsoft.Compute/virtualMachineScaleSets/virtualMachines/approveRollingUpgrade/action 批准虚拟机规模集中虚拟机实例的延迟滚动升级。
Microsoft.Compute/virtualMachineScaleSets/virtualMachines/redeploy/action 重新部署虚拟机规模集中的虚拟机实例
Microsoft.Compute/virtualMachineScaleSets/virtualMachines/retrieveBootDiagnosticsData/action 检索虚拟机规模集中虚拟机实例的启动诊断日志 blob URI
Microsoft.Compute/virtualMachineScaleSets/virtualMachines/performMaintenance/action 在虚拟机规模集的虚拟机实例上执行计划内维护
Microsoft.Compute/virtualMachineScaleSets/virtualMachines/runCommand/action 在虚拟机规模集的虚拟机实例上执行预定义的脚本。
Microsoft.Compute/virtualMachineScaleSets/virtualMachines/simulateEviction/action 在虚拟机规模集中模拟现成虚拟机的逐出
Microsoft.Compute/virtualMachineScaleSets/virtualMachines/extensions/read 获取虚拟机规模集中的虚拟机扩展属性
Microsoft.Compute/virtualMachineScaleSets/virtualMachines/extensions/write 在虚拟机规模集中新建虚拟机扩展或更新现有扩展
Microsoft.Compute/virtualMachineScaleSets/virtualMachines/extensions/delete 删除虚拟机规模集中的虚拟机扩展
Microsoft.Compute/virtualMachineScaleSets/virtualMachines/instanceView/read 检索 VM 规模集中虚拟机的实例视图。
Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/read 获取使用虚拟机规模集创建的虚拟机的一个或所有网络接口的属性
Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipConfigurations/read 获取使用虚拟机规模集创建的网络接口的一个或所有 IP 配置的属性。 IP 配置表示专用 IP
Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipConfigurations/publicIPAddresses/read 获取使用虚拟机规模集创建的公共 IP 地址的属性。 虚拟机规模集可为每个 ipconfiguration(专用 IP)最多创建一个公用 IP
Microsoft.Compute/virtualMachineScaleSets/virtualMachines/providers/Microsoft.Insights/metricDefinitions/read 读取虚拟机的规模集指标定义
Microsoft.Compute/virtualMachineScaleSets/virtualMachines/runCommands/read 获取虚拟机规模集中虚拟机的运行命令的属性
Microsoft.Compute/virtualMachineScaleSets/virtualMachines/runCommands/write 新建虚拟机规模集中虚拟机的运行命令或更新现有的命令
Microsoft.Compute/virtualMachineScaleSets/virtualMachines/runCommands/delete 删除虚拟机规模集中虚拟机的运行命令
Microsoft.Compute/virtualMachineScaleSets/vmSizes/read 列出可在虚拟机规模集中创建或更新的虚拟机大小
DataAction 说明
Microsoft.Compute/disks/download/action 对磁盘 SAS URI 执行读取数据操作
Microsoft.Compute/disks/upload/action 对磁盘 SAS URI 执行写入数据操作
Microsoft.Compute/snapshots/download/action 对快照 SAS URI 执行读取数据操作
Microsoft.Compute/snapshots/upload/action 对快照 SAS URI 执行写入数据操作
Microsoft.Compute/virtualMachines/login/action 以普通用户身份登录虚拟机
Microsoft.Compute/virtualMachines/loginAsAdmin/action 以 Windows 管理员身份或 Linux 根用户权限登录虚拟机
Microsoft.Compute/virtualMachines/WACloginAsAdmin/action 允许以管理员身份通过 Windows Admin Center 管理资源的 OS

Microsoft.DesktopVirtualization

Azure 上提供的最佳虚拟桌面体验。

Azure 服务:Azure 虚拟桌面

操作 说明
Microsoft.DesktopVirtualization/unregister/action 取消注册操作
Microsoft.DesktopVirtualization/register/action 注册订阅
Microsoft.DesktopVirtualization/appattachpackages/read 读取 appattachpackage 以查看存在的包。
Microsoft.DesktopVirtualization/appattachpackages/write 更新 appattachpackage 以保存更改。
Microsoft.DesktopVirtualization/applicationgroups/read 读取 applicationgroups
Microsoft.DesktopVirtualization/applicationgroups/write 读取 applicationgroups
Microsoft.DesktopVirtualization/applicationgroups/delete 删除 applicationgroups
Microsoft.DesktopVirtualization/applicationgroups/move/action 将应用程序组移动到另一个资源组
Microsoft.DesktopVirtualization/applicationgroups/applications/read 读取 applicationgroups/applications
Microsoft.DesktopVirtualization/applicationgroups/applications/write 写入 applicationgroups/applications
Microsoft.DesktopVirtualization/applicationgroups/applications/delete 删除 applicationgroups/applications
Microsoft.DesktopVirtualization/applicationgroups/desktops/read 读取 applicationgroups/desktops
Microsoft.DesktopVirtualization/applicationgroups/desktops/write 写入 applicationgroups/desktops
Microsoft.DesktopVirtualization/applicationgroups/desktops/delete 删除 applicationgroups/desktops
Microsoft.DesktopVirtualization/applicationgroups/externaluserassignments/read
Microsoft.DesktopVirtualization/applicationgroups/externaluserassignments/write
Microsoft.DesktopVirtualization/applicationgroups/providers/Microsoft.Insights/diagnosticSettings/read 获取诊断设置
Microsoft.DesktopVirtualization/applicationgroups/providers/Microsoft.Insights/diagnosticSettings/write 创建或更新诊断设置
Microsoft.DesktopVirtualization/applicationgroups/providers/Microsoft.Insights/logDefinitions/read 获取可用日志
Microsoft.DesktopVirtualization/applicationgroups/startmenuitems/read 读取“开始”菜单项
Microsoft.DesktopVirtualization/connectionPolicies/read 读取 connectionPolicies 以查看存在的包。
Microsoft.DesktopVirtualization/connectionPolicies/write 更新 connectionPolicies 以保存更改。
Microsoft.DesktopVirtualization/hostpools/read 读取 hostpools
Microsoft.DesktopVirtualization/hostpools/write 写入 hostpools
Microsoft.DesktopVirtualization/hostpools/delete 删除 hostpools
Microsoft.DesktopVirtualization/hostpools/controlUpdate/action
Microsoft.DesktopVirtualization/hostpools/update/action 更新操作
Microsoft.DesktopVirtualization/hostpools/retrieveRegistrationToken/action 检索主机池的注册令牌
Microsoft.DesktopVirtualization/hostpools/move/action 将主机池移动到另一个资源组
Microsoft.DesktopVirtualization/hostpools/expandmsiximage/action 展开 expandmsiximage 以查看 MSIX 包是否存在
Microsoft.DesktopVirtualization/hostpools/doNotUseInternalAPI/action 客户不应调用的内部操作。 未来的版本中会将这移除。 请勿使用。
Microsoft.DesktopVirtualization/hostpools/activeSessionhostconfigurations/read 读取 appattachpackage 以查看存在的配置。
Microsoft.DesktopVirtualization/hostpools/msixpackages/read hostpools / msixpackages
Microsoft.DesktopVirtualization/hostpools/msixpackages/write hostpools / msixpackages
Microsoft.DesktopVirtualization/hostpools/msixpackages/delete hostpools / msixpackages
Microsoft.DesktopVirtualization/hostpools/privateendpointconnectionproxies/read 读取 hostpools/privateendpointconnectionproxies
Microsoft.DesktopVirtualization/hostpools/privateendpointconnectionproxies/write 写入 hostpools/privateendpointconnectionproxies
Microsoft.DesktopVirtualization/hostpools/privateendpointconnectionproxies/delete 删除 hostpools/privateendpointconnectionproxies
Microsoft.DesktopVirtualization/hostpools/privateendpointconnectionproxies/validate/action 验证专用终结点连接代理
Microsoft.DesktopVirtualization/hostpools/privateendpointconnectionproxies/operationresults/read 获取专用终结点连接代理上的操作结果
Microsoft.DesktopVirtualization/hostpools/privateendpointconnections/read 读取 hostpools/privateendpointconnections
Microsoft.DesktopVirtualization/hostpools/privateendpointconnections/write 写入 hostpools/privateendpointconnections
Microsoft.DesktopVirtualization/hostpools/privateendpointconnections/delete 删除 hostpools/privateendpointconnections
Microsoft.DesktopVirtualization/hostpools/privatelinkresources/read 读取 privatelinkresources
Microsoft.DesktopVirtualization/hostpools/providers/Microsoft.Insights/diagnosticSettings/read 获取诊断设置
Microsoft.DesktopVirtualization/hostpools/providers/Microsoft.Insights/diagnosticSettings/write 创建或更新诊断设置
Microsoft.DesktopVirtualization/hostpools/providers/Microsoft.Insights/logDefinitions/read 获取可用日志
Microsoft.DesktopVirtualization/hostpools/scalingplans/read 读取 scalingplans
Microsoft.DesktopVirtualization/hostpools/sessionhostconfigurations/read 读取 hostpools/sessionhostconfigurations
Microsoft.DesktopVirtualization/hostpools/sessionhostconfigurations/write 写入 hostpools/sessionhostconfigurations
Microsoft.DesktopVirtualization/hostpools/sessionhostconfigurations/delete 删除 hostpools/sessionhostconfigurations
Microsoft.DesktopVirtualization/hostpools/sessionhostconfigurations/operationresults/read 读取 operationresults 以查看存在的结果。
Microsoft.DesktopVirtualization/hostpools/sessionhostconfigurations/operationstatuses/read 读取 operationstatuses 以查看存在的状态。
Microsoft.DesktopVirtualization/hostpools/sessionhostmanagements/controlSessionHostUpdate/action 对 controlSessionHostUpdate 执行的操作。
Microsoft.DesktopVirtualization/hostpools/sessionhostmanagements/initiateSessionHostUpdate/action 对 initiateSessionHostUpdate 执行的操作。
Microsoft.DesktopVirtualization/hostpools/sessionhostmanagements/read 读取 sessionhostmanagements。
Microsoft.DesktopVirtualization/hostpools/sessionhostmanagements/write 写入 sessionhostmanagements 以更新。
Microsoft.DesktopVirtualization/hostpools/sessionhostmanagements/operationstatuses/read 读取 operationstatuses 以获取状态。
Microsoft.DesktopVirtualization/hostpools/sessionhosts/read 读取 hostpools/sessionhosts
Microsoft.DesktopVirtualization/hostpools/sessionhosts/write 写入 hostpools/sessionhosts
Microsoft.DesktopVirtualization/hostpools/sessionhosts/delete 删除 hostpools/sessionhosts
Microsoft.DesktopVirtualization/hostpools/sessionhosts/retryprovisioning/action 重试预配的操作。
Microsoft.DesktopVirtualization/hostpools/sessionhosts/usersessions/read 读取 hostpools/sessionhosts/usersessions
Microsoft.DesktopVirtualization/hostpools/sessionhosts/usersessions/write 写入 hostpools/sessionhosts/usersessions
Microsoft.DesktopVirtualization/hostpools/sessionhosts/usersessions/delete 删除 hostpools/sessionhosts/usersessions
Microsoft.DesktopVirtualization/hostpools/sessionhosts/usersessions/disconnect/action 从会话主机断开用户会话的连接
Microsoft.DesktopVirtualization/hostpools/sessionhosts/usersessions/sendMessage/action 向用户会话发送消息
Microsoft.DesktopVirtualization/hostpools/updateDetails/read 读取 updateDetails
Microsoft.DesktopVirtualization/hostpools/updateOperationResults/read 读取 updateOperationResults
Microsoft.DesktopVirtualization/hostpools/usersessions/read 读取 usersessions
Microsoft.DesktopVirtualization/operations/read 读取操作
Microsoft.DesktopVirtualization/resourceTypes/read 读取 resourceTypes
Microsoft.DesktopVirtualization/scalingplans/read 读取 scalingplans
Microsoft.DesktopVirtualization/scalingplans/write 写入 scalingplans
Microsoft.DesktopVirtualization/scalingplans/delete 删除 scalingplans
Microsoft.DesktopVirtualization/scalingplans/move/action 将 scalingplans 移到另一个资源组或订阅
Microsoft.DesktopVirtualization/scalingplans/personalSchedules/read 读取 scalingplans/personalSchedules
Microsoft.DesktopVirtualization/scalingplans/personalSchedules/write 写入 scalingplans/personalSchedules
Microsoft.DesktopVirtualization/scalingplans/personalSchedules/delete 删除 scalingplans/personalSchedules
Microsoft.DesktopVirtualization/scalingplans/pooledSchedules/read 读取 scalingplans/pooledSchedules
Microsoft.DesktopVirtualization/scalingplans/pooledSchedules/write 写入 scalingplans/pooledSchedules
Microsoft.DesktopVirtualization/scalingplans/pooledSchedules/delete 删除 scalingplans/pooledSchedules
Microsoft.DesktopVirtualization/skus/read 读取 SKU。
Microsoft.DesktopVirtualization/workspaces/read 读取工作区
Microsoft.DesktopVirtualization/workspaces/write 写入工作区
Microsoft.DesktopVirtualization/workspaces/delete 删除工作区
Microsoft.DesktopVirtualization/workspaces/move/action 将工作区移动到另一个资源组
Microsoft.DesktopVirtualization/workspaces/privateendpointconnectionproxies/read 读取 workspaces/privateendpointconnectionproxies
Microsoft.DesktopVirtualization/workspaces/privateendpointconnectionproxies/write 写入 workspaces/privateendpointconnectionproxies
Microsoft.DesktopVirtualization/workspaces/privateendpointconnectionproxies/delete 删除 workspaces/privateendpointconnectionproxies
Microsoft.DesktopVirtualization/workspaces/privateendpointconnectionproxies/validate/action 验证专用终结点连接代理
Microsoft.DesktopVirtualization/workspaces/privateendpointconnectionproxies/operationresults/read 获取专用终结点连接代理上的操作结果
Microsoft.DesktopVirtualization/workspaces/privateendpointconnections/read 读取 workspaces/privateendpointconnections
Microsoft.DesktopVirtualization/workspaces/privateendpointconnections/write 写入 workspaces/privateendpointconnections
Microsoft.DesktopVirtualization/workspaces/privateendpointconnections/delete 删除 workspaces/privateendpointconnections
Microsoft.DesktopVirtualization/workspaces/privatelinkresources/read 读取 privatelinkresources
Microsoft.DesktopVirtualization/workspaces/providers/Microsoft.Insights/diagnosticSettings/read 获取诊断设置
Microsoft.DesktopVirtualization/workspaces/providers/Microsoft.Insights/diagnosticSettings/write 创建或更新诊断设置
Microsoft.DesktopVirtualization/workspaces/providers/Microsoft.Insights/logDefinitions/read 获取可用日志
DataAction 描述
Microsoft.DesktopVirtualization/appattachpackages/useapplications/action 允许用户对应用程序组中的应用附加包授予权限
Microsoft.DesktopVirtualization/applicationgroups/useapplications/action 使用 ApplicationGroup

Microsoft.ServiceFabric

在 Windows 或 Linux 上开发微服务和协调容器。

Azure 服务:Service Fabric

操作 说明
Microsoft.ServiceFabric/register/action 注册任何操作
Microsoft.ServiceFabric/clusters/read 读取任何群集
Microsoft.ServiceFabric/clusters/write 创建或更新任何群集
Microsoft.ServiceFabric/clusters/delete 删除任何群集
Microsoft.ServiceFabric/clusters/applications/read 读取任何应用程序
Microsoft.ServiceFabric/clusters/applications/write 创建或更新任何应用程序
Microsoft.ServiceFabric/clusters/applications/delete 删除任何应用程序
Microsoft.ServiceFabric/clusters/applications/services/read 读取任何服务
Microsoft.ServiceFabric/clusters/applications/services/write 创建或更新任何服务
Microsoft.ServiceFabric/clusters/applications/services/delete 删除任何服务
Microsoft.ServiceFabric/clusters/applications/services/partitions/read 读取任何分区
Microsoft.ServiceFabric/clusters/applications/services/partitions/replicas/read 读取任何副本
Microsoft.ServiceFabric/clusters/applications/services/statuses/read 读取任何服务状态
Microsoft.ServiceFabric/clusters/applicationTypes/read 读取任何应用程序类型
Microsoft.ServiceFabric/clusters/applicationTypes/write 创建或更新任何应用程序类型
Microsoft.ServiceFabric/clusters/applicationTypes/delete 删除任何应用程序类型
Microsoft.ServiceFabric/clusters/applicationTypes/versions/read 读取任何应用程序类型版本
Microsoft.ServiceFabric/clusters/applicationTypes/versions/write 创建或更新任何应用程序类型版本
Microsoft.ServiceFabric/clusters/applicationTypes/versions/delete 删除任何应用程序类型版本
Microsoft.ServiceFabric/clusters/nodes/read 读取任何节点
Microsoft.ServiceFabric/clusters/statuses/read 读取任何群集状态
Microsoft.ServiceFabric/locations/clusterVersions/read 读取任何群集版本
Microsoft.ServiceFabric/locations/environments/clusterVersions/read 读取特定环境的任何群集版本
Microsoft.ServiceFabric/locations/operationresults/read 读取任何操作结果
Microsoft.ServiceFabric/locations/operations/read 按位置读取任何操作
Microsoft.ServiceFabric/managedclusters/read 读取任何托管群集
Microsoft.ServiceFabric/managedclusters/write 创建或更新任何托管群集
Microsoft.ServiceFabric/managedclusters/delete 删除任何托管群集
Microsoft.ServiceFabric/managedclusters/applications/read 读取任何应用程序
Microsoft.ServiceFabric/managedclusters/applications/write 创建或更新任何应用程序
Microsoft.ServiceFabric/managedclusters/applications/delete 删除任何应用程序
Microsoft.ServiceFabric/managedclusters/applications/services/read 读取任何服务
Microsoft.ServiceFabric/managedclusters/applications/services/write 创建或更新任何服务
Microsoft.ServiceFabric/managedclusters/applications/services/delete 删除任何服务
Microsoft.ServiceFabric/managedclusters/applicationTypes/read 读取任何应用程序类型
Microsoft.ServiceFabric/managedclusters/applicationTypes/write 创建或更新任何应用程序类型
Microsoft.ServiceFabric/managedclusters/applicationTypes/delete 删除任何应用程序类型
Microsoft.ServiceFabric/managedclusters/applicationTypes/versions/read 读取任何应用程序类型版本
Microsoft.ServiceFabric/managedclusters/applicationTypes/versions/write 创建或更新任何应用程序类型版本
Microsoft.ServiceFabric/managedclusters/applicationTypes/versions/delete 删除任何应用程序类型版本
Microsoft.ServiceFabric/managedclusters/nodetypes/read 读取任何节点类型
Microsoft.ServiceFabric/managedclusters/nodetypes/write 创建或更新任何节点类型
Microsoft.ServiceFabric/managedclusters/nodetypes/delete 删除节点类型
Microsoft.ServiceFabric/managedclusters/nodetypes/skus/read 读取节点类型支持的 SKU
Microsoft.ServiceFabric/operations/read 读取任何可用操作

后续步骤