Share via


DeploymentOperationsExtensions.RebuildRoleInstanceByDeploymentName Method (IDeploymentOperations, String, String, String, String)

 

Namespace:   Microsoft.WindowsAzure.Management.Compute
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

Syntax

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

Parameters

Return Value

Type: Microsoft.Azure.OperationStatusResponse

See Also

DeploymentOperationsExtensions Class
Microsoft.WindowsAzure.Management.Compute Namespace

Return to top