Share via


DeploymentOperationsExtensions.RebuildRoleInstanceByDeploymentSlot 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 RebuildRoleInstanceByDeploymentSlot(
    this IDeploymentOperations operations,
    string serviceName,
    string deploymentSlot,
    string roleInstanceName,
    string resources
)
public:
[ExtensionAttribute]
static OperationStatusResponse^ RebuildRoleInstanceByDeploymentSlot(
    IDeploymentOperations^ operations,
    String^ serviceName,
    String^ deploymentSlot,
    String^ roleInstanceName,
    String^ resources
)
static member RebuildRoleInstanceByDeploymentSlot : 
        operations:IDeploymentOperations *
        serviceName:string *
        deploymentSlot:string *
        roleInstanceName:string *
        resources:string -> OperationStatusResponse
<ExtensionAttribute>
Public Shared Function RebuildRoleInstanceByDeploymentSlot (
    operations As IDeploymentOperations,
    serviceName As String,
    deploymentSlot 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