Aad Properties - Get
Hiermee worden de AAD-eigenschappen opgehaald uit de BCM-stempel van de doelregio.
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-parameters
Name | In | Vereist | Type | Description |
---|---|---|---|---|
azure
|
path | True |
string |
Azure-regio om api te raken |
subscription
|
path | True |
string |
De abonnements-id. |
api-version
|
query | True |
string |
Client-API-versie. |
$filter
|
query |
string |
OData-filteropties. |
Antwoorden
Name | Type | Description |
---|---|---|
200 OK |
OK |
|
Other Status Codes |
Foutreactie waarin wordt beschreven waarom de bewerking is mislukt. |
Beveiliging
azure_auth
Azure Active Directory OAuth2-stroom
Type:
oauth2
Stroom:
implicit
Autorisatie-URL:
https://login.microsoftonline.com/common/oauth2/authorize
Bereiken
Name | Description |
---|---|
user_impersonation | imiteer uw gebruikersaccount. |
Voorbeelden
Get AAD Properties for authentication in the third region
Voorbeeldaanvraag
GET https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.RecoveryServices/locations/southeastasia/backupAadProperties?api-version=2023-01-15
Voorbeeldrespons
{
"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"
}
}
Definities
Name | Description |
---|---|
AADProperties | |
AADProperties |
|
Error |
Het foutobject. |
Error |
Aanvullende informatie over de resourcebeheerfout. |
New |
Het antwoord op de resourcebeheerfout. |
AADProperties
Name | Type | Description |
---|---|---|
audience |
string |
|
authority |
string |
|
servicePrincipalClientId |
string |
|
servicePrincipalObjectId |
string |
|
tenantId |
string |
AADPropertiesResource
Name | Type | Description |
---|---|---|
eTag |
string |
Optionele ETag. |
id |
string |
Resource-id vertegenwoordigt het volledige pad naar de resource. |
location |
string |
Resourcelocatie. |
name |
string |
Resourcenaam die is gekoppeld aan de resource. |
properties |
Eigenschappen van AADPropertiesResource |
|
tags |
object |
Resourcetags. |
type |
string |
Resourcetype vertegenwoordigt het volledige pad van het formulier Naamruimte/ResourceType/ResourceType/... |
Error
Het foutobject.
Name | Type | Description |
---|---|---|
additionalInfo |
Aanvullende informatie over de fout. |
|
code |
string |
De foutcode. |
details |
De foutdetails. |
|
message |
string |
Het foutbericht. |
target |
string |
Het foutdoel. |
ErrorAdditionalInfo
Aanvullende informatie over de resourcebeheerfout.
Name | Type | Description |
---|---|---|
info |
object |
De aanvullende informatie. |
type |
string |
Het type aanvullende informatie. |
NewErrorResponse
Het antwoord op de resourcebeheerfout.
Name | Type | Description |
---|---|---|
error |
Het foutobject. |