| external help file | Az.Quota-help.xml |
|---|---|
| Module Name | Az.Quota |
| online version | https://learn.microsoft.com/powershell/module/az.quota/get-azquotagroupquotasubscriptionallocationrequest |
| schema | 2.0.0 |
| content_git_url | https://github.com/Azure/azure-powershell/blob/main/src/Quota/Quota/help/Get-AzQuotaGroupQuotaSubscriptionAllocationRequest.md |
| original_content_git_url | https://github.com/Azure/azure-powershell/blob/main/src/Quota/Quota/help/Get-AzQuotaGroupQuotaSubscriptionAllocationRequest.md |
| cmdletStatusMessage | This cmdlet is part of a **Preview** module. Preview versions aren't recommended for use in production environments. For more information, see https://aka.ms/azps-refstatus. |
| cmdletStatus | preview |
Get the quota allocation request status for the subscriptionId by allocationId.
Get-AzQuotaGroupQuotaSubscriptionAllocationRequest -AllocationId <String> -GroupQuotaName <String>
-ManagementGroupId <String> -ResourceProviderName <String> [-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>] [<CommonParameters>]
Get-AzQuotaGroupQuotaSubscriptionAllocationRequest -AllocationId <String>
-ResourceProviderInputObject <IQuotaIdentity> [-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzQuotaGroupQuotaSubscriptionAllocationRequest -AllocationId <String> -GroupQuotaName <String>
-ResourceProviderName <String> -ManagementGroupInputObject <IQuotaIdentity> [-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzQuotaGroupQuotaSubscriptionAllocationRequest -AllocationId <String> -ResourceProviderName <String>
-GroupQuotaInputObject <IQuotaIdentity> [-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzQuotaGroupQuotaSubscriptionAllocationRequest -GroupQuotaName <String> -ManagementGroupId <String>
-ResourceProviderName <String> [-SubscriptionId <String[]>] -Filter <String> [-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzQuotaGroupQuotaSubscriptionAllocationRequest -InputObject <IQuotaIdentity> [-DefaultProfile <PSObject>]
[<CommonParameters>]
Get the quota allocation request status for the subscriptionId by allocationId.
Get-AzQuotaGroupQuotaSubscriptionAllocationRequest -GroupQuotaName "testlocation" -ManagementGroupId "mgId" -ResourceProviderName "Microsoft.Compute" -SubscriptionId "{subId}" -Filter "location eq eastus"Name SystemDataCreatedAt SystemDataCreatedBy SystemDataCreatedByType SystemDataLastModifiedAt
---- ------------------- ------------------- ----------------------- ------------------------
aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e
e5a41235-6a37-4466-b744-306c4873237d
9187e498-dea8-43e1-98a8-3f90a9cc1653
List all GroupQuotasSubscriptionAllocationRequests for a specified GroupQuota, resource provider, and subscription filtered by location.
Get-AzQuotaGroupQuotaSubscriptionAllocationRequest -GroupQuotaName "testlocation" -ManagementGroupId "mgId" -ResourceProviderName "Microsoft.Compute" -SubscriptionId "{subId}" -AllocationId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e"Name SystemDataCreatedAt SystemDataCreatedBy SystemDataCreatedByType SystemDataLastModifiedAt
---- ------------------- ------------------- ----------------------- ------------------------
aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e
Get details of a specific GroupQuotasSubscriptionAllocationRequest by its allocation ID.
Request Id.
Type: System.String
Parameter Sets: Get, GetViaIdentityResourceProvider, GetViaIdentityManagementGroup, GetViaIdentityGroupQuota
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThe DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.
Type: System.Management.Automation.PSObject
Parameter Sets: (All)
Aliases: AzureRMContext, AzureCredential
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False| Field | Supported operators |
|---|
location eq {location} Example: $filter=location eq eastus
Type: System.String
Parameter Sets: List
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseIdentity Parameter
Type: Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity
Parameter Sets: GetViaIdentityGroupQuota
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: FalseThe GroupQuota name. The name should be unique for the provided context tenantId/MgId.
Type: System.String
Parameter Sets: Get, GetViaIdentityManagementGroup, List
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseIdentity Parameter
Type: Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity
Parameter Sets: GetViaIdentity
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: FalseThe management group ID.
Type: System.String
Parameter Sets: Get, List
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseIdentity Parameter
Type: Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity
Parameter Sets: GetViaIdentityManagementGroup
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: FalseIdentity Parameter
Type: Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity
Parameter Sets: GetViaIdentityResourceProvider
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: FalseThe resource provider name, such as - Microsoft.Compute. Currently only Microsoft.Compute resource provider supports this API.
Type: System.String
Parameter Sets: Get, GetViaIdentityManagementGroup, GetViaIdentityGroupQuota, List
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThe ID of the target subscription. The value must be an UUID.
Type: System.String[]
Parameter Sets: Get, List
Aliases:
Required: False
Position: Named
Default value: (Get-AzContext).Subscription.Id
Accept pipeline input: False
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.