次の方法で共有


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 を返します。

適用対象