StatisticsListResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class StatisticsListResponse : Microsoft.Azure.AzureOperationResponse, System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Automation.Models.Statistics>
type StatisticsListResponse = class
inherit AzureOperationResponse
interface seq<Statistics>
interface IEnumerable
Public Class StatisticsListResponse
Inherits AzureOperationResponse
Implements IEnumerable(Of Statistics)
- Inheritance
-
Microsoft.Azure.AzureOperationResponseStatisticsListResponse
- Implements
Constructors
| Name | Description |
|---|---|
| StatisticsListResponse() | |
Properties
| Name | Description |
|---|---|
| Statistics | |
Methods
| Name | Description |
|---|---|
| GetEnumerator() | |
Explicit Interface Implementations
| Name | Description |
|---|---|
| IEnumerable.GetEnumerator() | |
Extension Methods
| Name | Description |
|---|---|
| ArrayContainsAll<T>(IEnumerable<T>, Object[]) |
Returns whether all values are present in the array. |
| ArrayContainsAny<T>(IEnumerable<T>, Object[]) |
Returns whether any values are present in the array. |