DeploymentOperationsExtensions::RebuildRoleInstanceByDeploymentName Method (IDeploymentOperations^, String^, String^, String^, String^)

 

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

public:
[ExtensionAttribute]
static OperationStatusResponse^ RebuildRoleInstanceByDeploymentName(
	IDeploymentOperations^ operations,
	String^ serviceName,
	String^ deploymentName,
	String^ roleInstanceName,
	String^ resources
)

Parameters

operations
Type: Microsoft.WindowsAzure.Management.Compute::IDeploymentOperations^

serviceName
Type: System::String^

deploymentName
Type: System::String^

roleInstanceName
Type: System::String^

resources
Type: System::String^

Return Value

Type: Microsoft.Azure::OperationStatusResponse^

Return to top
Show: