DeploymentOperationsExtensions.DeleteRoleInstanceByDeploymentName 方法 (IDeploymentOperations, String, String, DeploymentDeleteRoleInstanceParameters)

 

命名空间:   Microsoft.WindowsAzure.Management.Compute
程序集:  Microsoft.WindowsAzure.Management.Compute(Microsoft.WindowsAzure.Management.Compute.dll 中)

语法

public static OperationStatusResponse DeleteRoleInstanceByDeploymentName(
    this IDeploymentOperations operations,
    string serviceName,
    string deploymentName,
    DeploymentDeleteRoleInstanceParameters roleInstanceName
)
public:
[ExtensionAttribute]
static OperationStatusResponse^ DeleteRoleInstanceByDeploymentName(
    IDeploymentOperations^ operations,
    String^ serviceName,
    String^ deploymentName,
    DeploymentDeleteRoleInstanceParameters^ roleInstanceName
)
static member DeleteRoleInstanceByDeploymentName : 
        operations:IDeploymentOperations *
        serviceName:string *
        deploymentName:string *
        roleInstanceName:DeploymentDeleteRoleInstanceParameters -> OperationStatusResponse
<ExtensionAttribute>
Public Shared Function DeleteRoleInstanceByDeploymentName (
    operations As IDeploymentOperations,
    serviceName As String,
    deploymentName As String,
    roleInstanceName As DeploymentDeleteRoleInstanceParameters
) As OperationStatusResponse

参数

返回值

Type: Microsoft.Azure.OperationStatusResponse

请参阅

DeploymentOperationsExtensions 类
Microsoft.WindowsAzure.Management.Compute 命名空间

返回页首