CloudFileShare.SnapshotAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
SnapshotAsync()
[Microsoft.WindowsAzure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.WindowsAzure.Storage.File.CloudFileShare> SnapshotAsync ();
[<Microsoft.WindowsAzure.Storage.DoesServiceRequest>]
abstract member SnapshotAsync : unit -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Storage.File.CloudFileShare>
override this.SnapshotAsync : unit -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Storage.File.CloudFileShare>
Public Overridable Function SnapshotAsync () As Task(Of CloudFileShare)
Retours
- Attributs
S’applique à
SnapshotAsync(CancellationToken)
[Microsoft.WindowsAzure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.WindowsAzure.Storage.File.CloudFileShare> SnapshotAsync (System.Threading.CancellationToken cancellationToken);
[<Microsoft.WindowsAzure.Storage.DoesServiceRequest>]
abstract member SnapshotAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Storage.File.CloudFileShare>
override this.SnapshotAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Storage.File.CloudFileShare>
Public Overridable Function SnapshotAsync (cancellationToken As CancellationToken) As Task(Of CloudFileShare)
Paramètres
- cancellationToken
- CancellationToken
Retours
- Attributs
S’applique à
SnapshotAsync(IDictionary<String,String>, AccessCondition, FileRequestOptions, OperationContext)
[Microsoft.WindowsAzure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.WindowsAzure.Storage.File.CloudFileShare> SnapshotAsync (System.Collections.Generic.IDictionary<string,string> metadata, Microsoft.WindowsAzure.Storage.AccessCondition accessCondition, Microsoft.WindowsAzure.Storage.File.FileRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext);
[<Microsoft.WindowsAzure.Storage.DoesServiceRequest>]
abstract member SnapshotAsync : System.Collections.Generic.IDictionary<string, string> * Microsoft.WindowsAzure.Storage.AccessCondition * Microsoft.WindowsAzure.Storage.File.FileRequestOptions * Microsoft.WindowsAzure.Storage.OperationContext -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Storage.File.CloudFileShare>
override this.SnapshotAsync : System.Collections.Generic.IDictionary<string, string> * Microsoft.WindowsAzure.Storage.AccessCondition * Microsoft.WindowsAzure.Storage.File.FileRequestOptions * Microsoft.WindowsAzure.Storage.OperationContext -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Storage.File.CloudFileShare>
Public Overridable Function SnapshotAsync (metadata As IDictionary(Of String, String), accessCondition As AccessCondition, options As FileRequestOptions, operationContext As OperationContext) As Task(Of CloudFileShare)
Paramètres
- metadata
- IDictionary<String,String>
- accessCondition
- AccessCondition
- options
- FileRequestOptions
- operationContext
- OperationContext
Retours
- Attributs
S’applique à
SnapshotAsync(IDictionary<String,String>, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)
[Microsoft.WindowsAzure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.WindowsAzure.Storage.File.CloudFileShare> SnapshotAsync (System.Collections.Generic.IDictionary<string,string> metadata, Microsoft.WindowsAzure.Storage.AccessCondition accessCondition, Microsoft.WindowsAzure.Storage.File.FileRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext, System.Threading.CancellationToken cancellationToken);
[<Microsoft.WindowsAzure.Storage.DoesServiceRequest>]
abstract member SnapshotAsync : System.Collections.Generic.IDictionary<string, string> * Microsoft.WindowsAzure.Storage.AccessCondition * Microsoft.WindowsAzure.Storage.File.FileRequestOptions * Microsoft.WindowsAzure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Storage.File.CloudFileShare>
override this.SnapshotAsync : System.Collections.Generic.IDictionary<string, string> * Microsoft.WindowsAzure.Storage.AccessCondition * Microsoft.WindowsAzure.Storage.File.FileRequestOptions * Microsoft.WindowsAzure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Storage.File.CloudFileShare>
Public Overridable Function SnapshotAsync (metadata As IDictionary(Of String, String), accessCondition As AccessCondition, options As FileRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken) As Task(Of CloudFileShare)
Paramètres
- metadata
- IDictionary<String,String>
- accessCondition
- AccessCondition
- options
- FileRequestOptions
- operationContext
- OperationContext
- cancellationToken
- CancellationToken
Retours
- Attributs
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET