Group Quota Subscriptions - List
Gibt eine Liste der subscriptionIds für die GroupQuotas zurück.
Gibt eine Liste der subscriptionIds zurück, die den GroupQuotas zugeordnet sind.
GET https://management.azure.com/providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Quota/groupQuotas/{groupQuotaName}/subscriptions?api-version=2025-03-01
URI-Parameter
Name | In | Erforderlich | Typ | Beschreibung |
---|---|---|---|---|
group
|
path | True |
string minLength: 3maxLength: 63 pattern: ^[a-z][a-z0-9]*$ |
Der Name "GroupQuota". Der Name sollte für die bereitgestellte Kontextmandanten-ID/MgId eindeutig sein. |
management
|
path | True |
string minLength: 3maxLength: 63 |
Verwaltungsgruppen-ID. |
api-version
|
query | True |
string minLength: 1 |
Die API-Version, die für diesen Vorgang verwendet werden soll. |
Antworten
Name | Typ | Beschreibung |
---|---|---|
200 OK |
OKAY. |
|
Other Status Codes |
Fehler |
Sicherheit
azure_auth
Azure Active Directory OAuth 2.0-Autorisierung
Typ:
oauth2
Ablauf:
implicit
Autorisierungs-URL:
https://login.microsoftonline.com/common/oauth2/authorize
Bereiche
Name | Beschreibung |
---|---|
user_impersonation | Identitätswechsel ihres Benutzerkontos |
Beispiele
GroupQuotaSubscriptions_List_Subscriptions
Beispielanforderung
Beispiel für eine Antwort
{
"value": [
{
"properties": {
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"provisioningState": "Succeeded"
},
"id": "/providers/Microsoft.Management/managementGroups/E7EC67B3-7657-4966-BFFC-41EFD36BAA09/providers/Microsoft.Quota/groupQuotas/groupquota1/subscriptions/00000000-0000-0000-0000-000000000000",
"type": "Microsoft.Quota/groupQuotas/subscriptions",
"name": "00000000-0000-0000-0000-000000000000"
},
{
"properties": {
"subscriptionId": "11111111-1111-1111-1111-111111111111",
"provisioningState": "Succeeded"
},
"id": "/providers/Microsoft.Management/managementGroups/E7EC67B3-7657-4966-BFFC-41EFD36BAA09/providers/Microsoft.Quota/groupQuotas/groupquota1/subscriptions/11111111-1111-1111-1111-111111111111",
"type": "Microsoft.Quota/groupQuotas/subscriptions",
"name": "11111111-1111-1111-1111-111111111111"
}
],
"nextLink": "https://yourLinkHere.com"
}
Definitionen
Name | Beschreibung |
---|---|
created |
Der Identitätstyp, der die Ressource erstellt hat. |
Error |
Der Ressourcenverwaltungsfehler zusätzliche Informationen. |
Error |
Das Fehlerdetails. |
Error |
Fehlerantwort |
Group |
Dies stellt eine Azure subscriptionId dar, die einer GroupQuotasEntity zugeordnet ist. |
Group |
Liste der GroupQuotaSubscriptionIds |
Properties | |
Request |
Anfragestatus. |
system |
Metadaten zur Erstellung und letzten Änderung der Ressource. |
createdByType
Der Identitätstyp, der die Ressource erstellt hat.
Wert | Beschreibung |
---|---|
Application | |
Key | |
ManagedIdentity | |
User |
ErrorAdditionalInfo
Der Ressourcenverwaltungsfehler zusätzliche Informationen.
Name | Typ | Beschreibung |
---|---|---|
info |
object |
Die zusätzlichen Informationen. |
type |
string |
Der zusätzliche Informationstyp. |
ErrorDetail
Das Fehlerdetails.
Name | Typ | Beschreibung |
---|---|---|
additionalInfo |
Die zusätzlichen Informationen des Fehlers. |
|
code |
string |
Der Fehlercode. |
details |
Die Fehlerdetails. |
|
message |
string |
Die Fehlermeldung. |
target |
string |
Das Fehlerziel. |
ErrorResponse
Fehlerantwort
Name | Typ | Beschreibung |
---|---|---|
error |
Das Fehlerobjekt. |
GroupQuotaSubscriptionId
Dies stellt eine Azure subscriptionId dar, die einer GroupQuotasEntity zugeordnet ist.
Name | Typ | Beschreibung |
---|---|---|
id |
string (arm-id) |
Vollqualifizierte Ressourcen-ID für die Ressource. Z. B. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" |
name |
string |
Der Name der Ressource |
properties | ||
systemData |
Azure Resource Manager-Metadaten, die createdBy- und modifiedBy-Informationen enthalten. |
|
type |
string |
Der Typ der Ressource. Z. B. "Microsoft.Compute/virtualMachines" oder "Microsoft.Storage/storageAccounts" |
GroupQuotaSubscriptionIdList
Liste der GroupQuotaSubscriptionIds
Name | Typ | Beschreibung |
---|---|---|
nextLink |
string |
Die URL, die zum Abrufen des nächsten Resultsets verwendet werden soll. |
value |
Liste der GroupQuotaSubscriptionIds |
Properties
Name | Typ | Beschreibung |
---|---|---|
provisioningState |
Anfragestatus. |
RequestState
Anfragestatus.
Wert | Beschreibung |
---|---|
Accepted | |
Canceled | |
Created | |
Failed | |
InProgress | |
Invalid | |
Succeeded |
systemData
Metadaten zur Erstellung und letzten Änderung der Ressource.
Name | Typ | Beschreibung |
---|---|---|
createdAt |
string (date-time) |
Der Zeitstempel der Ressourcenerstellung (UTC). |
createdBy |
string |
Die Identität, die die Ressource erstellt hat. |
createdByType |
Der Identitätstyp, der die Ressource erstellt hat. |
|
lastModifiedAt |
string (date-time) |
Der Zeitstempel der letzten Änderung der Ressource (UTC) |
lastModifiedBy |
string |
Die Identität, die die Ressource zuletzt geändert hat. |
lastModifiedByType |
Der Identitätstyp, der die Ressource zuletzt geändert hat. |