次の方法で共有


DeploymentOperationsExtensions.RedeployAsync メソッド

定義

特定の Web サイトのデプロイを再デプロイします。

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

パラメーター

operations
IDeploymentOperations

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

deploymentId
String

必須。 デプロイ識別子。

戻り値

Task<Microsoft.Azure.AzureOperationResponse>

HTTP 状態コードと要求 ID を含む標準のサービス応答。

適用対象