ServerUsageListResult Class
Represents the response to a list server metrics request.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
msrest.serialization.ModelServerUsageListResult
Constructor
ServerUsageListResult(*, value: List[ServerUsage], **kwargs)
Parameters
Name | Description |
---|---|
value
Required
|
Required. The list of server metrics for the server. |
Keyword-Only Parameters
Name | Description |
---|---|
value
Required
|
|
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python