次の方法で共有


DeploymentOperationsExtensions.ListEvents メソッド

定義

必要に応じて指定された期間内にデプロイに影響を与えた計画メンテナンスによる再起動イベントの一覧を識別します。

public static Microsoft.WindowsAzure.Management.Compute.Models.DeploymentEventListResponse ListEvents (this Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations operations, string serviceName, string deploymentName, DateTime startTime, DateTime endTime);
static member ListEvents : Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations * string * string * DateTime * DateTime -> Microsoft.WindowsAzure.Management.Compute.Models.DeploymentEventListResponse
<Extension()>
Public Function ListEvents (operations As IDeploymentOperations, serviceName As String, deploymentName As String, startTime As DateTime, endTime As DateTime) As DeploymentEventListResponse

パラメーター

operations
IDeploymentOperations

Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations への参照。

serviceName
String

必須。 クラウド サービスの名前。

deploymentName
String

必須です。 デプロイの名前。

startTime
DateTime

必須です。 クエリの開始時刻を表す UTC の日時。

endTime
DateTime

必須です。 クエリの終了時刻を表す UTC の日時。

戻り値

必要に応じて指定された期間内にデプロイに影響を与えた計画メンテナンスによる再起動イベントの一覧を識別します。

適用対象