Skip to content

Latest commit

 

History

History
52 lines (43 loc) · 1.84 KB

servicestoragequotabreakdown.md

File metadata and controls

52 lines (43 loc) · 1.84 KB
title description author ms.localizationpriority ms.subservice doc_type
serviceStorageQuotaBreakdown resource type
Represents a proportion of the unified storage quota associated with a specific service.
BarryShehadeh
medium
onedrive
resourcePageType

serviceStorageQuotaBreakdown resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents a proportion of the unified storage quota associated with a specific service.

Methods

Method Return type Description
List serviceStorageQuotaBreakdown serviceStorageQuotaBreakdown collection Get a list of services in the serviceStorageQuotaBreakdown.
Get serviceStorageQuotaBreakdown serviceStorageQuotaBreakdown Read the properties and relationships of a serviceStorageQuotaBreakdown object.

Properties

Property Type Description
displayName String The service breakdown name displayed to users. Localized. Read-only.
id String The service breakdown id. Read-only.
manageWebUrl String A URL that can be used in a browser to manage the service breakdown. Read-only.
used Int64 The number of bytes this service breakdown is consuming. Read-only.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.serviceStorageQuotaBreakdown",
  "id": "String (identifier)",
  "displayName": "String",
  "manageWebUrl": "String",
  "used": "Integer"
}