Share via


TriggeredWebJobOperationsExtensions.UploadZip Method

Create or replace a triggered WebJob with a zip file (containing the WebJob binaries).

Namespace: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

Usage

'Usage
Dim operations As ITriggeredWebJobOperations
Dim jobName As String
Dim fileName As String
Dim jobContent As Stream
Dim returnValue As OperationResponse

returnValue = TriggeredWebJobOperationsExtensions.UploadZip(operations, jobName, fileName, jobContent)

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function UploadZip ( _
    operations As ITriggeredWebJobOperations, _
    jobName As String, _
    fileName As String, _
    jobContent As Stream _
) As OperationResponse
[ExtensionAttribute] 
public static OperationResponse UploadZip (
    ITriggeredWebJobOperations operations,
    string jobName,
    string fileName,
    Stream jobContent
)
[ExtensionAttribute] 
public:
static OperationResponse^ UploadZip (
    ITriggeredWebJobOperations^ operations, 
    String^ jobName, 
    String^ fileName, 
    Stream^ jobContent
)
/** @attribute ExtensionAttribute() */ 
public static OperationResponse UploadZip (
    ITriggeredWebJobOperations operations, 
    String jobName, 
    String fileName, 
    Stream jobContent
)
ExtensionAttribute 
public static function UploadZip (
    operations : ITriggeredWebJobOperations, 
    jobName : String, 
    fileName : String, 
    jobContent : Stream
) : OperationResponse

Parameters

  • operations
    Reference to the Microsoft.WindowsAzure.WebSitesExtensions.ITriggeredWebJobOperations.
  • jobName
    Required. The triggered WebJob name.
  • fileName
    Required. The zip file name.
  • jobContent
    Required. The zip file content.

Return Value

A standard service response including an HTTP status code and request ID.

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

TriggeredWebJobOperationsExtensions Class
TriggeredWebJobOperationsExtensions Members
Microsoft.WindowsAzure Namespace