DataPipelineManagementClient.GetResponseBodyAsync Method
Executes the given call to the remote procedure and returns the response content (i.e. raw JSON).
Namespace: Microsoft.Azure.Management.DataFactories
Assembly: Microsoft.Azure.Management.DataFactories (in Microsoft.Azure.Management.DataFactories.dll)
Usage
'Usage
Dim instance As DataPipelineManagementClient
Dim operation As Func(Of DataPipelineManagementClient, Task)
Dim returnValue As Task(Of String)
returnValue = instance.GetResponseBodyAsync(operation)
Syntax
'Declaration
<DebuggerStepThroughAttribute> _
Public Function GetResponseBodyAsync ( _
operation As Func(Of DataPipelineManagementClient, Task) _
) As Task(Of String)
[DebuggerStepThroughAttribute]
public Task<string> GetResponseBodyAsync (
Func<DataPipelineManagementClient,Task> operation
)
[DebuggerStepThroughAttribute]
public:
Task<String^>^ GetResponseBodyAsync (
Func<DataPipelineManagementClient^, Task^>^ operation
)
/** @attribute DebuggerStepThroughAttribute() */
public Task<String> GetResponseBodyAsync (
Func<DataPipelineManagementClient,Task> operation
)
DebuggerStepThroughAttribute
public function GetResponseBodyAsync (
operation : Func<DataPipelineManagementClient,Task>
) : Task<String>
Parameters
- operation
The operation to execute.
Return Value
The Task object that represents the operation.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012
Target Platforms
See Also
Reference
DataPipelineManagementClient Class
DataPipelineManagementClient Members
Microsoft.Azure.Management.DataFactories Namespace