次の方法で共有


TriggeredWebJobOperationsExtensions.UploadFileAsync メソッド

Create or replace a triggered WebJob with a script file (.exe, .bat, .php, .js...).

名前空間: Microsoft.WindowsAzure
アセンブリ: Microsoft.WindowsAzure.Management.WebSites (Microsoft.WindowsAzure.Management.WebSites.dll)

使用方法

'使用
Dim operations As ITriggeredWebJobOperations
Dim jobName As String
Dim fileName As String
Dim jobContent As Stream
Dim returnValue As Task(Of OperationResponse)

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

構文

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

パラメーター

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

戻り値

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

スレッド セーフ

この型の public static (Visual Basic では Shared) メンバーはすべてスレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

プラットフォーム

開発プラットフォーム

Windows Vista、Windows 7 および Windows Server 2008

ターゲット プラットフォーム

関連項目

リファレンス

TriggeredWebJobOperationsExtensions クラス
TriggeredWebJobOperationsExtensions のメンバー
Microsoft.WindowsAzure 名前空間