共用方式為


UsageListResponse 類別

定義

public class UsageListResponse : Microsoft.Azure.AzureOperationResponse, System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Automation.Models.Usage>
type UsageListResponse = class
    inherit AzureOperationResponse
    interface seq<Usage>
    interface IEnumerable
Public Class UsageListResponse
Inherits AzureOperationResponse
Implements IEnumerable(Of Usage)
繼承
Microsoft.Azure.AzureOperationResponse
UsageListResponse
實作

建構函式

UsageListResponse()

屬性

Usage

方法

GetEnumerator()

明確介面實作

IEnumerable.GetEnumerator()

擴充方法

ToCommaSeparatedString<T>(IEnumerable<T>)

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

適用於