Application Type Versions - Delete
删除 Service Fabric 应用程序类型版本资源。
删除具有指定名称的 Service Fabric 应用程序类型版本资源。
DELETE https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applicationTypes/{applicationTypeName}/versions/{version}?api-version=2023-11-01-preview
URI 参数
| 名称 | 在 | 必需 | 类型 | 说明 |
|---|---|---|---|---|
|
application
|
path | True |
string |
应用程序类型名称资源的名称。 |
|
cluster
|
path | True |
string |
群集资源的名称。 |
|
resource
|
path | True |
string |
资源组的名称。 |
|
subscription
|
path | True |
string |
客户订阅标识符。 |
|
version
|
path | True |
string |
应用程序类型版本。 |
|
api-version
|
query | True |
string |
Service Fabric 资源提供程序 API 的版本。 这是一个必需参数,其值必须为此规范的“2023-11-01-preview”。 |
响应
| 名称 | 类型 | 说明 |
|---|---|---|
| 202 Accepted |
请求已接受,作将以异步方式完成。 |
|
| 204 No Content |
找不到资源。 |
|
| Other Status Codes |
详细的错误响应。 |
安全性
azure_auth
Azure Active Directory OAuth2 流
类型:
oauth2
流向:
implicit
授权 URL:
https://login.microsoftonline.com/common/oauth2/authorize
作用域
| 名称 | 说明 |
|---|---|
| user_impersonation | 模拟用户帐户 |
示例
Delete an application type version
示例请求
DELETE https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/resRg/providers/Microsoft.ServiceFabric/clusters/myCluster/applicationTypes/myAppType/versions/1.0?api-version=2023-11-01-preview
示例响应
Retry-After: 10
Location: http://10.91.140.224/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceFabric/locations/eastus/operationResults/28e62369-ed8c-4aba-8c05-ab7d6238cc3d?api-version=2023-11-01-preview
定义
| 名称 | 说明 |
|---|---|
|
Error |
错误的结构。 |
|
Error |
错误详细信息。 |
ErrorModel
错误的结构。
| 名称 | 类型 | 说明 |
|---|---|---|
| error |
错误详细信息。 |
ErrorModelError
错误详细信息。
| 名称 | 类型 | 说明 |
|---|---|---|
| code |
string |
错误代码。 |
| message |
string |
错误消息。 |