BlobsModelFactory.BlobItem Methode
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.
Erstellt eine neue BlobItem-instance zum Simulieren.
public static Azure.Storage.Blobs.Models.BlobItem BlobItem (string name = default, bool deleted = false, Azure.Storage.Blobs.Models.BlobItemProperties properties = default, string snapshot = default, string versionId = default, bool? isLatestVersion = default, System.Collections.Generic.IDictionary<string,string> metadata = default, System.Collections.Generic.IDictionary<string,string> tags = default, System.Collections.Generic.List<Azure.Storage.Blobs.Models.ObjectReplicationPolicy> objectReplicationSourcePolicies = default, bool? hasVersionsOnly = default);
static member BlobItem : string * bool * Azure.Storage.Blobs.Models.BlobItemProperties * string * string * Nullable<bool> * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.List<Azure.Storage.Blobs.Models.ObjectReplicationPolicy> * Nullable<bool> -> Azure.Storage.Blobs.Models.BlobItem
Public Shared Function BlobItem (Optional name As String = Nothing, Optional deleted As Boolean = false, Optional properties As BlobItemProperties = Nothing, Optional snapshot As String = Nothing, Optional versionId As String = Nothing, Optional isLatestVersion As Nullable(Of Boolean) = Nothing, Optional metadata As IDictionary(Of String, String) = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional objectReplicationSourcePolicies As List(Of ObjectReplicationPolicy) = Nothing, Optional hasVersionsOnly As Nullable(Of Boolean) = Nothing) As BlobItem
Parameter
- name
- String
- deleted
- Boolean
- properties
- BlobItemProperties
- snapshot
- String
- versionId
- String
- metadata
- IDictionary<String,String>
- tags
- IDictionary<String,String>
- objectReplicationSourcePolicies
- List<ObjectReplicationPolicy>
Gibt zurück
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET