次の方法で共有


DeploymentListLogsResponse クラス

定義

デプロイ操作の応答の一覧。

public class DeploymentListLogsResponse : Microsoft.Azure.AzureOperationResponse, System.Collections.Generic.IEnumerable<Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentLog>
type DeploymentListLogsResponse = class
    inherit AzureOperationResponse
    interface seq<DeploymentLog>
    interface IEnumerable
Public Class DeploymentListLogsResponse
Inherits AzureOperationResponse
Implements IEnumerable(Of DeploymentLog)
継承
Microsoft.Azure.AzureOperationResponse
DeploymentListLogsResponse
実装

コンストラクター

DeploymentListLogsResponse()

DeploymentListLogsResponse クラスの新しいインスタンスを初期化します。

プロパティ

Logs

省略可能。 ログの一覧。

メソッド

GetEnumerator()

ログのシーケンスを取得します。

明示的なインターフェイスの実装

IEnumerable.GetEnumerator()

ログのシーケンスを取得します。

拡張メソッド

ToCommaSeparatedString<T>(IEnumerable<T>)

コレクションの要素を文字列に変換し、それらをコンマ区切りのリストに連結するか、null または空のコレクションの場合は null を返します。

適用対象