GroupQuotasClient Interface
public interface GroupQuotasClient
An instance of this class provides access to all the operations defined in GroupQuotasClient.
Method Summary
Method Details
beginCreateOrUpdate
public abstract SyncPoller<PollResult<GroupQuotasEntityInner>,GroupQuotasEntityInner> beginCreateOrUpdate(String managementGroupId, String groupQuotaName)
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.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller<PollResult<GroupQuotasEntityInner>,GroupQuotasEntityInner> beginCreateOrUpdate(String managementGroupId, String groupQuotaName, GroupQuotasEntityInner groupQuotaPutRequestBody, Context context)
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.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String managementGroupId, String groupQuotaName)
Deletes the GroupQuotas for the name passed. All the remaining shareQuota in the GroupQuotas will be lost.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String managementGroupId, String groupQuotaName, Context context)
Deletes the GroupQuotas for the name passed. All the remaining shareQuota in the GroupQuotas will be lost.
Parameters:
Returns:
beginUpdate
public abstract SyncPoller<PollResult<GroupQuotasEntityInner>,GroupQuotasEntityInner> beginUpdate(String managementGroupId, String groupQuotaName)
Updates the GroupQuotas for the name passed. A GroupQuotas 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. Any change in the filters will be applicable to the future quota assignments, existing quota allocated to subscriptions from the GroupQuotas remains unchanged.
Parameters:
Returns:
beginUpdate
public abstract SyncPoller<PollResult<GroupQuotasEntityInner>,GroupQuotasEntityInner> beginUpdate(String managementGroupId, String groupQuotaName, GroupQuotasEntityPatch groupQuotasPatchRequestBody, Context context)
Updates the GroupQuotas for the name passed. A GroupQuotas 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. Any change in the filters will be applicable to the future quota assignments, existing quota allocated to subscriptions from the GroupQuotas remains unchanged.
Parameters:
Returns:
createOrUpdate
public abstract GroupQuotasEntityInner createOrUpdate(String managementGroupId, String groupQuotaName)
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.
Parameters:
Returns:
createOrUpdate
public abstract GroupQuotasEntityInner createOrUpdate(String managementGroupId, String groupQuotaName, GroupQuotasEntityInner groupQuotaPutRequestBody, Context context)
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.
Parameters:
Returns:
delete
public abstract void delete(String managementGroupId, String groupQuotaName)
Deletes the GroupQuotas for the name passed. All the remaining shareQuota in the GroupQuotas will be lost.
Parameters:
delete
public abstract void delete(String managementGroupId, String groupQuotaName, Context context)
Deletes the GroupQuotas for the name passed. All the remaining shareQuota in the GroupQuotas will be lost.
Parameters:
get
public abstract GroupQuotasEntityInner get(String managementGroupId, String groupQuotaName)
Gets the GroupQuotas for the name passed. It will return the GroupQuotas properties only. The details on group quota can be access from the group quota APIs.
Parameters:
Returns:
getWithResponse
public abstract Response<GroupQuotasEntityInner> getWithResponse(String managementGroupId, String groupQuotaName, Context context)
Gets the GroupQuotas for the name passed. It will return the GroupQuotas properties only. The details on group quota can be access from the group quota APIs.
Parameters:
Returns:
list
public abstract PagedIterable<GroupQuotasEntityInner> list(String managementGroupId)
Lists GroupQuotas for the scope passed. It will return the GroupQuotas QuotaEntity properties only.The details on group quota can be access from the group quota APIs.
Parameters:
Returns:
list
public abstract PagedIterable<GroupQuotasEntityInner> list(String managementGroupId, Context context)
Lists GroupQuotas for the scope passed. It will return the GroupQuotas QuotaEntity properties only.The details on group quota can be access from the group quota APIs.
Parameters:
Returns:
update
public abstract GroupQuotasEntityInner update(String managementGroupId, String groupQuotaName)
Updates the GroupQuotas for the name passed. A GroupQuotas 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. Any change in the filters will be applicable to the future quota assignments, existing quota allocated to subscriptions from the GroupQuotas remains unchanged.
Parameters:
Returns:
update
public abstract GroupQuotasEntityInner update(String managementGroupId, String groupQuotaName, GroupQuotasEntityPatch groupQuotasPatchRequestBody, Context context)
Updates the GroupQuotas for the name passed. A GroupQuotas 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. Any change in the filters will be applicable to the future quota assignments, existing quota allocated to subscriptions from the GroupQuotas remains unchanged.
Parameters:
Returns: