Share via


IVirtualizationEnvironment.ReimageMachineRole Method

Namespace:  Microsoft.TeamFoundation.Build.Hosted.Server
Assembly:  Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)

Syntax

'Declaration
Function ReimageMachineRole ( _
    requestContext As TeamFoundationRequestContext, _
    pool As MachinePool, _
    roleInstanceName As String _
) As String
string ReimageMachineRole(
    TeamFoundationRequestContext requestContext,
    MachinePool pool,
    string roleInstanceName
)
String^ ReimageMachineRole(
    TeamFoundationRequestContext^ requestContext, 
    MachinePool^ pool, 
    String^ roleInstanceName
)
abstract ReimageMachineRole : 
        requestContext:TeamFoundationRequestContext * 
        pool:MachinePool * 
        roleInstanceName:string -> string
function ReimageMachineRole(
    requestContext : TeamFoundationRequestContext, 
    pool : MachinePool, 
    roleInstanceName : String
) : String

Parameters

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

IVirtualizationEnvironment Interface

Microsoft.TeamFoundation.Build.Hosted.Server Namespace