Freigeben über


CloudFileDirectory.CreateIfNotExists Methode

Definition

Erstellt das Verzeichnis, falls es noch nicht vorhanden ist.

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual bool CreateIfNotExists (Microsoft.Azure.Storage.File.FileRequestOptions requestOptions = default, Microsoft.Azure.Storage.OperationContext operationContext = default);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member CreateIfNotExists : Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext -> bool
override this.CreateIfNotExists : Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext -> bool
Public Overridable Function CreateIfNotExists (Optional requestOptions As FileRequestOptions = Nothing, Optional operationContext As OperationContext = Nothing) As Boolean

Parameter

requestOptions
FileRequestOptions

Ein FileRequestOptions-Objekt, das zusätzliche Optionen für die Anforderung angibt.

operationContext
OperationContext

Ein OperationContext-Objekt, das den Kontext für den aktuellen Vorgang darstellt.

Gibt zurück

true , wenn das Verzeichnis noch nicht vorhanden und erstellt wurde; andernfalls false.

Attribute

Hinweise

Für diese API sind die Berechtigungen "Erstellen" oder "Schreiben" erforderlich.

Gilt für: