TriggeredWebJobOperationsExtensions.UploadZipAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Créez ou remplacez une tâche web déclenchée par un fichier zip (contenant les fichiers binaires webJob).
public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> UploadZipAsync (this Microsoft.WindowsAzure.WebSitesExtensions.ITriggeredWebJobOperations operations, string jobName, string fileName, System.IO.Stream jobContent);
static member UploadZipAsync : Microsoft.WindowsAzure.WebSitesExtensions.ITriggeredWebJobOperations * string * string * System.IO.Stream -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
<Extension()>
Public Function UploadZipAsync (operations As ITriggeredWebJobOperations, jobName As String, fileName As String, jobContent As Stream) As Task(Of 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
Réponse de service standard comprenant un code de status HTTP et un ID de demande.
S’applique à
Azure SDK for .NET