ContinuousWebJobOperationsExtensions.UploadFile メソッド (IContinuousWebJobOperations, String, String, Stream)
作成するか、継続的な web ジョブをスクリプト ファイル (.exe、.bat、.php、.js...) に置き換えます。
名前空間: Microsoft.WindowsAzure
アセンブリ: Microsoft.WindowsAzure.Management.WebSites (Microsoft.WindowsAzure.Management.WebSites.dll 内)
構文
public static OperationResponse UploadFile(
this IContinuousWebJobOperations operations,
string jobName,
string fileName,
Stream jobContent
)
public:
[ExtensionAttribute]
static OperationResponse^ UploadFile(
IContinuousWebJobOperations^ operations,
String^ jobName,
String^ fileName,
Stream^ jobContent
)
static member UploadFile :
operations:IContinuousWebJobOperations *
jobName:string *
fileName:string *
jobContent:Stream -> OperationResponse
<ExtensionAttribute>
Public Shared Function UploadFile (
operations As IContinuousWebJobOperations,
jobName As String,
fileName As String,
jobContent As Stream
) As OperationResponse
パラメーター
operations
Type: Microsoft.WindowsAzure.WebSitesExtensions.IContinuousWebJobOperationsMicrosoft.WindowsAzure.WebSitesExtensions.IContinuousWebJobOperations への参照。
jobName
Type: System.String必須です。 継続的な WebJob の名前です。
fileName
Type: System.String必須です。 ファイル名。
jobContent
Type: System.IO.Stream必須です。 ファイルの内容。
戻り値
Type: Microsoft.WindowsAzure.OperationResponse
HTTP ステータス コードと要求 ID を含む標準のサービスの応答。
参照
ContinuousWebJobOperationsExtensions クラス
Microsoft.WindowsAzure 名前空間
トップに戻る