你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DeploymentOperationsExtensions.BeginDeletingRoleInstanceByBeploymentSlot 方法

定义

删除角色实例操作从云服务中的部署中删除角色实例。 (有关详细信息,请参阅 http://msdn.microsoft.com/en-us/library/windowsazure/dn469418.aspx)

public static Microsoft.Azure.AzureOperationResponse BeginDeletingRoleInstanceByBeploymentSlot (this Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations operations, string serviceName, string deploymentSlot, Microsoft.WindowsAzure.Management.Compute.Models.DeploymentDeleteRoleInstanceParameters parameters);
static member BeginDeletingRoleInstanceByBeploymentSlot : Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations * string * string * Microsoft.WindowsAzure.Management.Compute.Models.DeploymentDeleteRoleInstanceParameters -> Microsoft.Azure.AzureOperationResponse
<Extension()>
Public Function BeginDeletingRoleInstanceByBeploymentSlot (operations As IDeploymentOperations, serviceName As String, deploymentSlot As String, parameters As DeploymentDeleteRoleInstanceParameters) As AzureOperationResponse

参数

operations
IDeploymentOperations

对 Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations 的引用。

serviceName
String

必需。 云服务的名称。

deploymentSlot
String

必需。 部署槽的名称。

parameters
DeploymentDeleteRoleInstanceParameters

必需。 用于删除角色的参数。

返回

Microsoft.Azure.AzureOperationResponse

标准服务响应,包括 HTTP 状态代码和请求 ID。

适用于