次の方法で共有


DeploymentOperationsExtensions.ListEventsBySlot メソッド

定義

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

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

パラメーター

operations
IDeploymentOperations

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

serviceName
String

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

deploymentSlot
DeploymentSlot

必須です。 デプロイ スロット。

startTime
DateTime

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

endTime
DateTime

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

戻り値

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

適用対象