DeploymentOperationsExtensions.RedeployAsync 方法 (IDeploymentOperations, String)
重新部署的特定网站的部署。
命名空间: Microsoft.WindowsAzure
程序集: Microsoft.WindowsAzure.Management.WebSites(Microsoft.WindowsAzure.Management.WebSites.dll 中)
语法
public static Task<OperationResponse> RedeployAsync(
this IDeploymentOperations operations,
string deploymentId
)
public:
[ExtensionAttribute]
static Task<OperationResponse^>^ RedeployAsync(
IDeploymentOperations^ operations,
String^ deploymentId
)
static member RedeployAsync :
operations:IDeploymentOperations *
deploymentId:string -> Task<OperationResponse>
<ExtensionAttribute>
Public Shared Function RedeployAsync (
operations As IDeploymentOperations,
deploymentId As String
) As Task(Of OperationResponse)
参数
operations
Type: Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations对 Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations 引用。
deploymentId
Type: System.String必需。 部署标识符。
返回值
Type: System.Threading.Tasks.Task<OperationResponse>
标准服务响应,包括 HTTP 状态代码和请求 ID。
请参阅
DeploymentOperationsExtensions 类
Microsoft.WindowsAzure 命名空间
返回页首