DeploymentOperationsExtensions.RebuildRoleInstanceByDeploymentSlotAsync 方法 (IDeploymentOperations, String, String, String, String)

 

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

语法

public static Task<OperationStatusResponse> RebuildRoleInstanceByDeploymentSlotAsync(
    this IDeploymentOperations operations,
    string serviceName,
    string deploymentSlot,
    string roleInstanceName,
    string resources
)
public:
[ExtensionAttribute]
static Task<OperationStatusResponse^>^ RebuildRoleInstanceByDeploymentSlotAsync(
    IDeploymentOperations^ operations,
    String^ serviceName,
    String^ deploymentSlot,
    String^ roleInstanceName,
    String^ resources
)
static member RebuildRoleInstanceByDeploymentSlotAsync : 
        operations:IDeploymentOperations *
        serviceName:string *
        deploymentSlot:string *
        roleInstanceName:string *
        resources:string -> Task<OperationStatusResponse>
<ExtensionAttribute>
Public Shared Function RebuildRoleInstanceByDeploymentSlotAsync (
    operations As IDeploymentOperations,
    serviceName As String,
    deploymentSlot As String,
    roleInstanceName As String,
    resources As String
) As Task(Of OperationStatusResponse)

参数

返回值

Type: System.Threading.Tasks.Task<OperationStatusResponse>

请参阅

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

返回页首