Freigeben über


CloudFileShare.CreateIfNotExists(FileRequestOptions, OperationContext) Methode

Definition

Erstellt die Freigabe, falls sie 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 die Freigabe noch nicht vorhanden war und erstellt wurde; andernfalls false.

Attribute

Hinweise

Für diese API ist die Berechtigung Erstellen oder Schreiben erforderlich.

Gilt für: