BlobAttribute Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
BlobAttribute(String) |
Initialisiert eine neue Instanz der BlobAttribute-Klasse. |
BlobAttribute(String, FileAccess) |
Initialisiert eine neue Instanz der BlobAttribute-Klasse. |
BlobAttribute(String)
- Quelle:
- BlobAttribute.cs
- Quelle:
- BlobAttribute.cs
Initialisiert eine neue Instanz der BlobAttribute-Klasse.
public BlobAttribute (string blobPath);
new Microsoft.Azure.WebJobs.BlobAttribute : string -> Microsoft.Azure.WebJobs.BlobAttribute
Public Sub New (blobPath As String)
Parameter
- blobPath
- String
Der Pfad des Blobs, an das gebunden werden soll.
Gilt für:
BlobAttribute(String, FileAccess)
- Quelle:
- BlobAttribute.cs
- Quelle:
- BlobAttribute.cs
Initialisiert eine neue Instanz der BlobAttribute-Klasse.
public BlobAttribute (string blobPath, System.IO.FileAccess access);
new Microsoft.Azure.WebJobs.BlobAttribute : string * System.IO.FileAccess -> Microsoft.Azure.WebJobs.BlobAttribute
Public Sub New (blobPath As String, access As FileAccess)
Parameter
- blobPath
- String
Der Pfad des Blobs, an das gebunden werden soll.
- access
- FileAccess
Die Art von Vorgängen, die für das Blob ausgeführt werden können.
Gilt für:
Azure SDK for .NET