次の方法で共有


DeploymentOperationsExtensions.GetAsync(IDeploymentOperations, String) メソッド

定義

Web サイトの展開を取得します。

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentGetResponse> GetAsync (this Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations operations, string deploymentId);
static member GetAsync : Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentGetResponse>
<Extension()>
Public Function GetAsync (operations As IDeploymentOperations, deploymentId As String) As Task(Of DeploymentGetResponse)

パラメーター

operations
IDeploymentOperations

Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations への参照。

deploymentId
String

必須。 デプロイ識別子。

戻り値

デプロイ情報操作の応答。

適用対象