次の方法で共有


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

定義

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

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

パラメーター

operations
IDeploymentOperations

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

deploymentId
String

必須。 デプロイ識別子。

戻り値

Microsoft.Azure.AzureOperationResponse

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

適用対象