Runtime Environments - Delete
刪除運行時間環境。
DELETE https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/runtimeEnvironments/{runtimeEnvironmentName}?api-version=2023-05-15-preview
URI 參數
名稱 | 位於 | 必要 | 類型 | Description |
---|---|---|---|---|
automation
|
path | True |
string |
自動化帳戶的名稱。 |
resource
|
path | True |
string |
Azure 資源群組的名稱。 Regex 模式: |
runtime
|
path | True |
string |
運行時間環境的名稱。 Regex 模式: |
subscription
|
path | True |
string |
取得用來唯一識別 Microsoft Azure 訂用帳戶的訂用帳戶認證。 訂用帳戶識別碼會構成每個服務呼叫 URI 的一部分。 |
api-version
|
query | True |
string |
用戶端 API 版本。 |
回應
名稱 | 類型 | Description |
---|---|---|
200 OK |
確定 |
|
204 No Content |
沒有內容 |
|
Other Status Codes |
描述作業失敗原因的自動化錯誤回應。 |
安全性
azure_auth
Azure Active Directory OAuth2 Flow
類型:
oauth2
Flow:
implicit
授權 URL:
https://login.microsoftonline.com/common/oauth2/authorize
範圍
名稱 | Description |
---|---|
user_impersonation | 模擬您的用戶帳戶 |
範例
Delete Runtime Environment
範例要求
DELETE https://management.azure.com/subscriptions/subid/resourceGroups/rg/providers/Microsoft.Automation/automationAccounts/myAutomationAccount9/runtimeEnvironments/myRuntimeEnvironmentName?api-version=2023-05-15-preview
範例回覆
定義
ErrorResponse
作業失敗的錯誤回應
名稱 | 類型 | Description |
---|---|---|
code |
string |
錯誤碼 |
message |
string |
指出作業失敗原因的錯誤訊息。 |