共用方式為


Locations - List

特定訂用帳戶的負責任 ASC 位置(主區域)。 針對每個訂用帳戶,只有一個負責的位置。 回應中的位置應該用來根據 ASC 中的標識碼讀取或寫入其他資源。

GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.Security/locations?api-version=2015-06-01-preview

URI 參數

名稱 位於 必要 類型 Description
subscriptionId
path True

string

Azure 訂用帳戶標識碼

Regex 模式: ^[0-9A-Fa-f]{8}-([0-9A-Fa-f]{4}-){3}[0-9A-Fa-f]{12}$

api-version
query True

string

作業的 API 版本

回應

名稱 類型 Description
200 OK

AscLocationList

還行

Other Status Codes

CloudError

描述作業失敗原因的錯誤回應。

安全性

azure_auth

Azure Active Directory OAuth2 Flow

類型: oauth2
Flow: implicit
授權 URL: https://login.microsoftonline.com/common/oauth2/authorize

範圍

名稱 Description
user_impersonation 模擬您的用戶帳戶

範例

Get security data locations

範例要求

GET https://management.azure.com/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Security/locations?api-version=2015-06-01-preview

範例回覆

{
  "value": [
    {
      "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Security/locations/centralus",
      "name": "centralus",
      "type": "Microsoft.Security/locations",
      "properties": {
        "homeRegionName": "centralus"
      }
    }
  ]
}

定義

名稱 Description
AscLocation

訂用帳戶的 ASC 位置位於 [名稱] 欄位中

AscLocationList

ASC 儲存數據的位置清單

CloudError

所有 Azure Resource Manager API 的常見錯誤回應,以傳回失敗作業的錯誤詳細數據。 (這也遵循 OData 錯誤回應格式。)。

CloudErrorBody

錯誤詳細數據。

ErrorAdditionalInfo

資源管理錯誤其他資訊。

AscLocation

訂用帳戶的 ASC 位置位於 [名稱] 欄位中

名稱 類型 Description
id

string

資源標識碼

name

string

資源名稱

type

string

資源類型

AscLocationList

ASC 儲存數據的位置清單

名稱 類型 Description
nextLink

string

要擷取下一頁的 URI。

value

AscLocation[]

訂用帳戶的 ASC 位置位於 [名稱] 欄位中

CloudError

所有 Azure Resource Manager API 的常見錯誤回應,以傳回失敗作業的錯誤詳細數據。 (這也遵循 OData 錯誤回應格式。)。

名稱 類型 Description
error.additionalInfo

ErrorAdditionalInfo[]

錯誤其他資訊。

error.code

string

錯誤碼。

error.details

CloudErrorBody[]

錯誤詳細數據。

error.message

string

錯誤訊息。

error.target

string

錯誤目標。

CloudErrorBody

錯誤詳細數據。

名稱 類型 Description
additionalInfo

ErrorAdditionalInfo[]

錯誤其他資訊。

code

string

錯誤碼。

details

CloudErrorBody[]

錯誤詳細數據。

message

string

錯誤訊息。

target

string

錯誤目標。

ErrorAdditionalInfo

資源管理錯誤其他資訊。

名稱 類型 Description
info

object

其他資訊。

type

string

其他信息類型。