Freigeben über


CloudFileShare.FetchAttributesAsync Methode

Definition

Überlädt

FetchAttributesAsync(AccessCondition, FileRequestOptions, OperationContext, CancellationToken)

Gibt einen Task zurück, der einen asynchronen Vorgang ausführt, um die Attribute der Freigabe abzurufen.

FetchAttributesAsync(AccessCondition, FileRequestOptions, OperationContext)

Gibt einen Task zurück, der einen asynchronen Vorgang ausführt, um die Attribute der Freigabe abzurufen.

FetchAttributesAsync()

Gibt einen Task zurück, der einen asynchronen Vorgang ausführt, um die Attribute der Freigabe abzurufen.

FetchAttributesAsync(CancellationToken)

Gibt einen Task zurück, der einen asynchronen Vorgang ausführt, um die Attribute der Freigabe abzurufen.

FetchAttributesAsync(AccessCondition, FileRequestOptions, OperationContext, CancellationToken)

Gibt einen Task zurück, der einen asynchronen Vorgang ausführt, um die Attribute der Freigabe abzurufen.

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task FetchAttributesAsync (Microsoft.Azure.Storage.AccessCondition accessCondition, Microsoft.Azure.Storage.File.FileRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member FetchAttributesAsync : Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.FetchAttributesAsync : Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function FetchAttributesAsync (accessCondition As AccessCondition, options As FileRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken) As Task

Parameter

accessCondition
AccessCondition

Ein AccessCondition -Objekt, das die Zugriffsbedingungen für die Freigabe darstellt. Wenn null, wird keine Bedingung verwendet.

options
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.

cancellationToken
CancellationToken

Ein CancellationToken, das beim Warten auf den Abschluss einer Aufgabe überwacht werden soll.

Gibt zurück

Ein Task-Objekt, das den aktuellen Vorgang darstellt.

Attribute

Gilt für:

FetchAttributesAsync(AccessCondition, FileRequestOptions, OperationContext)

Gibt einen Task zurück, der einen asynchronen Vorgang ausführt, um die Attribute der Freigabe abzurufen.

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task FetchAttributesAsync (Microsoft.Azure.Storage.AccessCondition accessCondition, Microsoft.Azure.Storage.File.FileRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member FetchAttributesAsync : Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task
override this.FetchAttributesAsync : Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task
Public Overridable Function FetchAttributesAsync (accessCondition As AccessCondition, options As FileRequestOptions, operationContext As OperationContext) As Task

Parameter

accessCondition
AccessCondition

Ein AccessCondition -Objekt, das die Zugriffsbedingungen für die Freigabe darstellt. Wenn null, wird keine Bedingung verwendet.

options
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

Ein Task-Objekt, das den aktuellen Vorgang darstellt.

Attribute

Gilt für:

FetchAttributesAsync()

Gibt einen Task zurück, der einen asynchronen Vorgang ausführt, um die Attribute der Freigabe abzurufen.

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task FetchAttributesAsync ();
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member FetchAttributesAsync : unit -> System.Threading.Tasks.Task
override this.FetchAttributesAsync : unit -> System.Threading.Tasks.Task
Public Overridable Function FetchAttributesAsync () As Task

Gibt zurück

Ein Task-Objekt, das den aktuellen Vorgang darstellt.

Attribute

Gilt für:

FetchAttributesAsync(CancellationToken)

Gibt einen Task zurück, der einen asynchronen Vorgang ausführt, um die Attribute der Freigabe abzurufen.

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task FetchAttributesAsync (System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member FetchAttributesAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.FetchAttributesAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function FetchAttributesAsync (cancellationToken As CancellationToken) As Task

Parameter

cancellationToken
CancellationToken

Ein CancellationToken, das beim Warten auf den Abschluss einer Aufgabe überwacht werden soll.

Gibt zurück

Ein Task-Objekt, das den aktuellen Vorgang darstellt.

Attribute

Gilt für: