次の方法で共有


ApiHubFileAttribute クラス

定義

SAAS ファイル プロバイダー上のファイルを指す属性

[Microsoft.Azure.WebJobs.Description.Binding]
[System.AttributeUsage(System.AttributeTargets.Parameter | System.AttributeTargets.ReturnValue)]
public class ApiHubFileAttribute : Attribute
[<Microsoft.Azure.WebJobs.Description.Binding>]
[<System.AttributeUsage(System.AttributeTargets.Parameter | System.AttributeTargets.ReturnValue)>]
type ApiHubFileAttribute = class
    inherit Attribute
Public Class ApiHubFileAttribute
Inherits Attribute
継承
ApiHubFileAttribute
派生
属性
Microsoft.Azure.WebJobs.Description.BindingAttribute AttributeUsageAttribute

コンストラクター

ApiHubFileAttribute(String, String, FileAccess)

SAAS ファイル プロバイダー上のファイルを指す属性のインスタンスを作成する

プロパティ

Access

アクセス要求の種類

ConnectionStringSetting

SAAS プロバイダーへの接続文字列を持つアプリ設定キー名を取得または設定します

Path

ファイル /folder/subfolder/file.txtへの相対パス

適用対象