A summary of a published service's CPU, memory, storage and costs.
| name | data type | type | namespace | min/max occurs | description |
|---|---|---|---|---|---|
| totalCategorizedCosts | element | 0/1 | Gets the total categorized costs. | ||
| totalCost | double | element | 0/1 | Gets the total cost. | |
| totalCpu | int | element | 0/1 | Gets the total cpu. | |
| totalCpuCost | double | element | 0/1 | Gets the total cpu cost. | |
| totalDisk | long | element | 0/1 | Gets the total disk. | |
| totalDiskCost | double | element | 0/1 | Gets the total disk cost. | |
| totalExtraCost | double | element | 0/1 | Gets the total extra cost. | |
| totalMemory | long | element | 0/1 | Gets the total memory. | |
| totalMemoryCost | double | element | 0/1 | Gets the total memory cost. | |
| totalOsCost | double | element | 0/1 | Gets the total os cost. | |
| totalSupportCost | double | element | 0/1 | Gets the total support cost. |
Example
<PublishedServiceResourceSummary> <totalCost>...</totalCost> <totalOsCost>...</totalOsCost> <totalCpuCost>...</totalCpuCost> <totalMemoryCost>...</totalMemoryCost> <totalDiskCost>...</totalDiskCost> <totalSupportCost>...</totalSupportCost> <totalExtraCost>...</totalExtraCost> <totalCpu>...</totalCpu> <totalMemory>...</totalMemory> <totalDisk>...</totalDisk> <totalCategorizedCosts>...</totalCategorizedCosts> </PublishedServiceResourceSummary>