Service Fabric Delete Service

Service Fabric サービス リソースを削除します。

指定した名前の Service Fabric サービス リソースを削除します。

Request

Method 要求 URI
DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applications/{applicationName}/services/{serviceName}?api-version=2017-07-01-preview

パラメーター

名前 Type 必須 場所
subscriptionId string はい パス
resourceGroupName string はい パス
clusterName string はい パス
applicationName string はい パス
Servicename string はい パス
api-version string はい クエリ

subscriptionId

: string
必須: はい

顧客サブスクリプション識別子。


resourceGroupName

: string
必須: はい

リソース グループの名前。


clusterName

: string
必須: はい

クラスター リソースの名前。


applicationName

: string
必須: はい

アプリケーション リソースの名前。


serviceName

: string
必須: はい

{applicationName}~{serviceName} の形式のサービス リソースの名前。


api-version

: string
必須: はい
既定値: 2017-07-01-preview

Service Fabric リソース プロバイダー API のバージョン。 これは必須のパラメーターであり、この仕様の値は "2017-07-01-preview" である必要があります。

応答

HTTP 状態コード 説明 応答スキーマ
202 (承認済み) 要求が受け入れられ、操作は非同期的に完了します。
204 (NoContent) リソースが見つかりませんでした。
その他すべての状態コード 詳細なエラー応答。
ErrorModel

使用例

サービスの削除

要求

DELETE https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/resRg/providers/Microsoft.ServiceFabric/clusters/myCluster/applications/myApp/services/myService?api-version=2017-07-01-preview

202 応答

ヘッダー
Retry-After: 10
Location: http://10.91.140.224/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceFabric/locations/eastus/operationResults/41fa5ef9-7f34-4c36-a730-93e0bb757d22?api-version=2017-07-01-preview
本文

応答本文は空です。