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

Parameters

Return Value

Type: Microsoft.Azure.AzureOperationResponse

See Also

DeploymentOperationsExtensions Class
Microsoft.WindowsAzure.Management.Compute Namespace

Return to top