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
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- roleInstanceName
Type: System.String
Return Value
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.