ReleaseManifest.GetFinalConfigurationOperations Method (ServiceLevel, ServiceLevel, ServicingOperationTarget)

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Function GetFinalConfigurationOperations ( _
    fromServiceLevel As ServiceLevel, _
    toServiceLevel As ServiceLevel, _
    operationTarget As ServicingOperationTarget _
) As List(Of String)
public List<string> GetFinalConfigurationOperations(
    ServiceLevel fromServiceLevel,
    ServiceLevel toServiceLevel,
    ServicingOperationTarget operationTarget
)
public:
List<String^>^ GetFinalConfigurationOperations(
    ServiceLevel^ fromServiceLevel, 
    ServiceLevel^ toServiceLevel, 
    ServicingOperationTarget operationTarget
)
member GetFinalConfigurationOperations : 
        fromServiceLevel:ServiceLevel * 
        toServiceLevel:ServiceLevel * 
        operationTarget:ServicingOperationTarget -> List<string> 
public function GetFinalConfigurationOperations(
    fromServiceLevel : ServiceLevel, 
    toServiceLevel : ServiceLevel, 
    operationTarget : ServicingOperationTarget
) : List<String>

Parameters

Return Value

Type: System.Collections.Generic.List<String>

.NET Framework Security

See Also

Reference

ReleaseManifest Class

GetFinalConfigurationOperations Overload

Microsoft.TeamFoundation.Framework.Server Namespace