共用方式為


Aad Properties - Get

從目標區域 BCM 戳記擷取 AAD 屬性。

GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.RecoveryServices/locations/{azureRegion}/backupAadProperties?api-version=2023-01-15
GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.RecoveryServices/locations/{azureRegion}/backupAadProperties?api-version=2023-01-15&$filter={$filter}

URI 參數

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

string

要叫用 Api 的 Azure 區域

subscriptionId
path True

string

訂用帳戶標識碼。

api-version
query True

string

用戶端 API 版本。

$filter
query

string

OData 篩選選項。

回應

名稱 類型 Description
200 OK

AADPropertiesResource

確定

Other Status Codes

NewErrorResponse

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

安全性

azure_auth

Azure Active Directory OAuth2 Flow

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

範圍

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

範例

Get AAD Properties for authentication in the third region

範例要求

GET https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.RecoveryServices/locations/southeastasia/backupAadProperties?api-version=2023-01-15

範例回覆

{
  "id": "/subscriptions/00000000-0000-0000-0000-000000000000",
  "properties": {
    "tenantId": "33e01921-4d64-4f8c-a055-5bdaffd5e33d",
    "audience": "https://RecoveryServices/IaasCoord/aadmgmt/ecy",
    "servicePrincipalObjectId": "07e0a67b-cba3-4fcf-a58c-b670d5ced06d"
  }
}

定義

名稱 Description
AADProperties
AADPropertiesResource
Error

錯誤物件。

ErrorAdditionalInfo

資源管理錯誤其他資訊。

NewErrorResponse

資源管理錯誤回應。

AADProperties

名稱 類型 Description
audience

string

authority

string

servicePrincipalClientId

string

servicePrincipalObjectId

string

tenantId

string

AADPropertiesResource

名稱 類型 Description
eTag

string

選擇性 ETag。

id

string

資源標識子代表資源的完整路徑。

location

string

資源位置。

name

string

與資源相關聯的資源名稱。

properties

AADProperties

AADPropertiesResource 屬性

tags

object

資源標籤。

type

string

資源類型代表 Namespace/ResourceType/ResourceType/... 格式的完整路徑

Error

錯誤物件。

名稱 類型 Description
additionalInfo

ErrorAdditionalInfo[]

錯誤其他資訊。

code

string

錯誤碼。

details

NewErrorResponse[]

錯誤詳細資料。

message

string

錯誤訊息。

target

string

錯誤目標。

ErrorAdditionalInfo

資源管理錯誤其他資訊。

名稱 類型 Description
info

object

其他資訊。

type

string

其他信息類型。

NewErrorResponse

資源管理錯誤回應。

名稱 類型 Description
error

Error

錯誤物件。