Condividi tramite


StatisticsListResponse Class

Definition

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.AzureOperationResponse
StatisticsListResponse
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.

Applies to