InvokeRestMethod
Class
Definition
Activity to invoke the Microsoft.PowerShell.Utility\Invoke-RestMethod command in a Workflow.
public sealed class InvokeRestMethod : Microsoft.PowerShell.Activities.PSRemotingActivity
- Inheritance
Inherited Members
Microsoft.PowerShell.Activities.PipelineEnabledActivity
Microsoft.PowerShell.Activities.PSActivity
Microsoft.PowerShell.Activities.PSRemotingActivity
Constructors
| InvokeRestMethod() |
Gets the display name of the command invoked by this activity. |
Properties
| Body |
Provides access to the Body parameter. |
| Certificate |
Provides access to the Certificate parameter. |
| CertificateThumbprint |
Provides access to the CertificateThumbprint parameter. |
| ContentType |
Provides access to the ContentType parameter. |
| Credential |
Provides access to the Credential parameter. |
| DisableKeepAlive |
Provides access to the DisableKeepAlive parameter. |
| Headers |
Provides access to the Headers parameter. |
| InFile |
Provides access to the InFile parameter. |
| MaximumRedirection |
Provides access to the MaximumRedirection parameter. |
| Method |
Provides access to the Method parameter. |
| OutFile |
Provides access to the OutFile parameter. |
| PassThru |
Provides access to the PassThru parameter. |
| Proxy |
Provides access to the Proxy parameter. |
| ProxyCredential |
Provides access to the ProxyCredential parameter. |
| ProxyUseDefaultCredentials |
Provides access to the ProxyUseDefaultCredentials parameter. |
| PSCommandName |
Gets the fully qualified name of the command invoked by this activity. |
| SessionVariable |
Provides access to the SessionVariable parameter. |
| TimeoutSec |
Provides access to the TimeoutSec parameter. |
| TransferEncoding |
Provides access to the TransferEncoding parameter. |
| Uri |
Provides access to the Uri parameter. |
| UseDefaultCredentials |
Provides access to the UseDefaultCredentials parameter. |
| UserAgent |
Provides access to the UserAgent parameter. |
| WebSession |
Provides access to the WebSession parameter. |