GroupQuotaSubscriptionRequestsOperations interface
Interface representing a GroupQuotaSubscriptionRequests operations.
Properties
| get | 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 | List API to check the status of a subscriptionId requests by requestId. Request history is maintained for 1 year. |
Property Details
get
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.
get: (managementGroupId: string, groupQuotaName: string, requestId: string, options?: GroupQuotaSubscriptionRequestsGetOptionalParams) => Promise<GroupQuotaSubscriptionRequestStatus>
Property Value
(managementGroupId: string, groupQuotaName: string, requestId: string, options?: GroupQuotaSubscriptionRequestsGetOptionalParams) => Promise<GroupQuotaSubscriptionRequestStatus>
list
List API to check the status of a subscriptionId requests by requestId. Request history is maintained for 1 year.
list: (managementGroupId: string, groupQuotaName: string, options?: GroupQuotaSubscriptionRequestsListOptionalParams) => PagedAsyncIterableIterator<GroupQuotaSubscriptionRequestStatus, GroupQuotaSubscriptionRequestStatus[], PageSettings>
Property Value
(managementGroupId: string, groupQuotaName: string, options?: GroupQuotaSubscriptionRequestsListOptionalParams) => PagedAsyncIterableIterator<GroupQuotaSubscriptionRequestStatus, GroupQuotaSubscriptionRequestStatus[], PageSettings>