ReleaseManifest.GetFinalConfigurationOperations Method (ServiceLevel, ServiceLevel, ServicingOperationTarget, Dictionary<ServiceLevel, List<ServicingOperation>>)
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, _
mergeOperations As Dictionary(Of ServiceLevel, List(Of ServicingOperation)) _
) As List(Of String)
public List<string> GetFinalConfigurationOperations(
ServiceLevel fromServiceLevel,
ServiceLevel toServiceLevel,
ServicingOperationTarget operationTarget,
Dictionary<ServiceLevel, List<ServicingOperation>> mergeOperations
)
public:
List<String^>^ GetFinalConfigurationOperations(
ServiceLevel^ fromServiceLevel,
ServiceLevel^ toServiceLevel,
ServicingOperationTarget operationTarget,
Dictionary<ServiceLevel^, List<ServicingOperation^>^>^ mergeOperations
)
member GetFinalConfigurationOperations :
fromServiceLevel:ServiceLevel *
toServiceLevel:ServiceLevel *
operationTarget:ServicingOperationTarget *
mergeOperations:Dictionary<ServiceLevel, List<ServicingOperation>> -> List<string>
public function GetFinalConfigurationOperations(
fromServiceLevel : ServiceLevel,
toServiceLevel : ServiceLevel,
operationTarget : ServicingOperationTarget,
mergeOperations : Dictionary<ServiceLevel, List<ServicingOperation>>
) : List<String>
Parameters
- fromServiceLevel
Type: Microsoft.TeamFoundation.Framework.Server.ServiceLevel
- toServiceLevel
Type: Microsoft.TeamFoundation.Framework.Server.ServiceLevel
- operationTarget
Type: Microsoft.TeamFoundation.Framework.Server.ServicingOperationTarget
- mergeOperations
Type: System.Collections.Generic.Dictionary<ServiceLevel, List<ServicingOperation>>
Return Value
Type: System.Collections.Generic.List<String>
Returns List<T>.
.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.