共用方式為


TypeFieldListResponse 類別

定義

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

建構函式

TypeFieldListResponse()

屬性

Fields

方法

GetEnumerator()

明確介面實作

IEnumerable.GetEnumerator()

擴充方法

ToCommaSeparatedString<T>(IEnumerable<T>)

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

適用於