Description | : Creates a new GroupQuota for the name passed. A RequestId will be returned by the Service. The status can be polled periodically. The status Async polling is using standards defined at - https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/async-api-reference.md#asynchronous-operations. Use the OperationsStatus URI provided in Azure-AsyncOperation header, the duration will be specified in retry-after header. Once the operation gets to terminal state - Succeeded | Failed, then the URI will change to Get URI and full details can be checked. |
Reference | : Link ¶ |
⚼ Request
PUT:
/providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Quota/groupQuotas/{groupQuotaName}
{
managementGroupId:
string
,
groupQuotaName:
string
,
api-version:
string
,
GroupQuotaPutRequestBody:
object
,
}
⚐ Response (200)
{
$schema:
object
,
}
⚐ Response (201)
{
$headers:
{
,
retry-after:
integer
,
location:
string
,
azure-asyncoperation:
string
,
}
$schema:
}
{
,
properties:
}
{
,
provisioningState:
enum
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}