ContinuousWebJobOperationsExtensions.UploadZip Method (IContinuousWebJobOperations, String, String, Stream)
Create or replace a continuous WebJob with a zip file (containing the WebJob binaries).
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
public static OperationResponse UploadZip( this IContinuousWebJobOperations operations, string jobName, string fileName, Stream jobContent )
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.WebSitesExtensions.IContinuousWebJobOperations
Reference to the Microsoft.WindowsAzure.WebSitesExtensions.IContinuousWebJobOperations.
- jobName
-
Type:
System.String
Required. The continuous WebJob name.
- fileName
-
Type:
System.String
Required. The zip file name.
- jobContent
-
Type:
System.IO.Stream
Required. The zip file content.
Return Value
Type: Microsoft.WindowsAzure.OperationResponseA standard service response including an HTTP status code and request ID.
Show: