Package version:

Interface GroupQuotaSubscriptionRequestsOperations

Interface representing a GroupQuotaSubscriptionRequests operations.

interface GroupQuotaSubscriptionRequestsOperations {
    get: ((managementGroupId: string, groupQuotaName: string, requestId: string, options?: GroupQuotaSubscriptionRequestsGetOptionalParams) => Promise<GroupQuotaSubscriptionRequestStatus>);
    list: ((managementGroupId: string, groupQuotaName: string, options?: GroupQuotaSubscriptionRequestsListOptionalParams) => PagedAsyncIterableIterator<GroupQuotaSubscriptionRequestStatus, {}, PageSettings>);
}

Properties

Properties

get: ((managementGroupId: string, groupQuotaName: string, requestId: string, options?: GroupQuotaSubscriptionRequestsGetOptionalParams) => Promise<GroupQuotaSubscriptionRequestStatus>)

Get API to check the status of a subscriptionIds request by requestId. Use the polling API - OperationsStatus URI specified in Azure-AsyncOperation header field, with retry-after duration in seconds to check the intermediate status. This API provides the finals status with the request details and status.

list: ((managementGroupId: string, groupQuotaName: string, options?: GroupQuotaSubscriptionRequestsListOptionalParams) => PagedAsyncIterableIterator<GroupQuotaSubscriptionRequestStatus, {}, PageSettings>)

List API to check the status of a subscriptionId requests by requestId. Request history is maintained for 1 year.