Partager via


TriggeredWebJobOperationsExtensions.UploadZip Méthode

Définition

Créez ou remplacez une tâche web déclenchée par un fichier zip (contenant les fichiers binaires webJob).

public static Microsoft.Azure.AzureOperationResponse UploadZip (this Microsoft.WindowsAzure.WebSitesExtensions.ITriggeredWebJobOperations operations, string jobName, string fileName, System.IO.Stream jobContent);
static member UploadZip : Microsoft.WindowsAzure.WebSitesExtensions.ITriggeredWebJobOperations * string * string * System.IO.Stream -> Microsoft.Azure.AzureOperationResponse
<Extension()>
Public Function UploadZip (operations As ITriggeredWebJobOperations, jobName As String, fileName As String, jobContent As Stream) As AzureOperationResponse

Paramètres

operations
ITriggeredWebJobOperations

Référence à Microsoft.WindowsAzure.WebSitesExtensions.ITriggeredWebJobOperations.

jobName
String

Obligatoire. Nom de la tâche web déclenchée.

fileName
String

Obligatoire. Nom du fichier zip.

jobContent
Stream

Obligatoire. Contenu du fichier zip.

Retours

Microsoft.Azure.AzureOperationResponse

Réponse de service standard comprenant un code de status HTTP et un ID de requête.

S’applique à