共用方式為


StatisticsListResponse 類別

定義

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)
繼承
Microsoft.Azure.AzureOperationResponse
StatisticsListResponse
實作

建構函式

StatisticsListResponse()

屬性

Statistics

方法

GetEnumerator()

明確介面實作

IEnumerable.GetEnumerator()

擴充方法

ToCommaSeparatedString<T>(IEnumerable<T>)

將集合的專案轉換成字串,並將其串連成逗號分隔清單,或針對 Null 或空白集合傳回 null。

適用於