Edit

Get-AzQuotaGroupQuotaSubscriptionAllocationRequest

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.

Get the quota allocation request status for the subscriptionId by allocationId.

Syntax

Get (Default)

Get-AzQuotaGroupQuotaSubscriptionAllocationRequest
    -AllocationId <String>
    -GroupQuotaName <String>
    -ManagementGroupId <String>
    -ResourceProviderName <String>
    [-SubscriptionId <String[]>]
    [-DefaultProfile <PSObject>]
    [<CommonParameters>]

GetViaIdentityResourceProvider

Get-AzQuotaGroupQuotaSubscriptionAllocationRequest
    -AllocationId <String>
    -ResourceProviderInputObject <IQuotaIdentity>
    [-DefaultProfile <PSObject>]
    [<CommonParameters>]

GetViaIdentityManagementGroup

Get-AzQuotaGroupQuotaSubscriptionAllocationRequest
    -AllocationId <String>
    -GroupQuotaName <String>
    -ResourceProviderName <String>
    -ManagementGroupInputObject <IQuotaIdentity>
    [-DefaultProfile <PSObject>]
    [<CommonParameters>]

GetViaIdentityGroupQuota

Get-AzQuotaGroupQuotaSubscriptionAllocationRequest
    -AllocationId <String>
    -ResourceProviderName <String>
    -GroupQuotaInputObject <IQuotaIdentity>
    [-DefaultProfile <PSObject>]
    [<CommonParameters>]

List

Get-AzQuotaGroupQuotaSubscriptionAllocationRequest
    -GroupQuotaName <String>
    -ManagementGroupId <String>
    -ResourceProviderName <String>
    -Filter <String>
    [-SubscriptionId <String[]>]
    [-DefaultProfile <PSObject>]
    [<CommonParameters>]

GetViaIdentity

Get-AzQuotaGroupQuotaSubscriptionAllocationRequest
    -InputObject <IQuotaIdentity>
    [-DefaultProfile <PSObject>]
    [<CommonParameters>]

Description

Get the quota allocation request status for the subscriptionId by allocationId.

Examples

Example 1: List GroupQuotasSubscriptionAllocationRequest for a GroupQuota and Subscription

Get-AzQuotaGroupQuotaSubscriptionAllocationRequest -GroupQuotaName "testlocation" -ManagementGroupId "mgId" -ResourceProviderName "Microsoft.Compute" -SubscriptionId "{subId}" -Filter "location eq eastus"
Name                                 SystemDataCreatedAt SystemDataCreatedBy SystemDataCreatedByType SystemDataLastModifiedAt
----                                 ------------------- ------------------- ----------------------- ------------------------
af428d0f-52e8-4c47-ba83-534a27f2d9bb
e5a41235-6a37-4466-b744-306c4873237d
9187e498-dea8-43e1-98a8-3f90a9cc1653

List all GroupQuotasSubscriptionAllocationRequests for a specified GroupQuota, resource provider, and subscription filtered by location.

Example 2: Get a specific GroupQuotasSubscriptionAllocationRequest by AllocationId

Get-AzQuotaGroupQuotaSubscriptionAllocationRequest -GroupQuotaName "testlocation" -ManagementGroupId "mgId" -ResourceProviderName "Microsoft.Compute" -SubscriptionId "{subId}" -AllocationId "af428d0f-52e8-4c47-ba83-534a27f2d9bb"
Name                                 SystemDataCreatedAt SystemDataCreatedBy SystemDataCreatedByType SystemDataLastModifiedAt
----                                 ------------------- ------------------- ----------------------- ------------------------
af428d0f-52e8-4c47-ba83-534a27f2d9bb

Get details of a specific GroupQuotasSubscriptionAllocationRequest by its allocation ID.

Parameters

-AllocationId

Request Id.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

Get
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
GetViaIdentityResourceProvider
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
GetViaIdentityManagementGroup
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
GetViaIdentityGroupQuota
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-DefaultProfile

The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.

Parameter properties

Type:PSObject
Default value:None
Supports wildcards:False
DontShow:False
Aliases:AzureRMContext, AzureCredential

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Filter

Field Supported operators

location eq {location} Example: $filter=location eq eastus

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

List
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-GroupQuotaInputObject

Identity Parameter

Parameter properties

Type:IQuotaIdentity
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

GetViaIdentityGroupQuota
Position:Named
Mandatory:True
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False

-GroupQuotaName

The GroupQuota name. The name should be unique for the provided context tenantId/MgId.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

Get
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
GetViaIdentityManagementGroup
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
List
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-InputObject

Identity Parameter

Parameter properties

Type:IQuotaIdentity
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

GetViaIdentity
Position:Named
Mandatory:True
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False

-ManagementGroupId

The management group ID.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

Get
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
List
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-ManagementGroupInputObject

Identity Parameter

Parameter properties

Type:IQuotaIdentity
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

GetViaIdentityManagementGroup
Position:Named
Mandatory:True
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False

-ResourceProviderInputObject

Identity Parameter

Parameter properties

Type:IQuotaIdentity
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

GetViaIdentityResourceProvider
Position:Named
Mandatory:True
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False

-ResourceProviderName

The resource provider name, such as - Microsoft.Compute. Currently only Microsoft.Compute resource provider supports this API.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

Get
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
GetViaIdentityManagementGroup
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
GetViaIdentityGroupQuota
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
List
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-SubscriptionId

The ID of the target subscription. The value must be an UUID.

Parameter properties

Type:

String[]

Default value:(Get-AzContext).Subscription.Id
Supports wildcards:False
DontShow:False

Parameter sets

Get
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
List
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Inputs

IQuotaIdentity

Outputs

IQuotaAllocationRequestStatus