CommandsOperationsExtensions.Invoke Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Invoke a command on the website's VM.
public static Microsoft.WindowsAzure.WebSitesExtensions.Models.InvokeCommandResponse Invoke(this Microsoft.WindowsAzure.WebSitesExtensions.ICommandsOperations operations, Microsoft.WindowsAzure.WebSitesExtensions.Models.InvokeCommandParameters parameters);
static member Invoke : Microsoft.WindowsAzure.WebSitesExtensions.ICommandsOperations * Microsoft.WindowsAzure.WebSitesExtensions.Models.InvokeCommandParameters -> Microsoft.WindowsAzure.WebSitesExtensions.Models.InvokeCommandResponse
<Extension()>
Public Function Invoke (operations As ICommandsOperations, parameters As InvokeCommandParameters) As InvokeCommandResponse
Parameters
- operations
- ICommandsOperations
Reference to the Microsoft.WindowsAzure.WebSitesExtensions.ICommandsOperations.
- parameters
- InvokeCommandParameters
Required. The invoke command parameters.
Returns
The invoke command operation response.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET