你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BlobCopyFromUriOptions.SourceShareTokenIntent Property

Definition

Optional. Note that this option is not applicable to StartCopyFromUri(Uri, BlobCopyFromUriOptions, CancellationToken) and StartCopyFromUriAsync(Uri, BlobCopyFromUriOptions, CancellationToken). Only applicable (but required) when the source is Azure Storage Files and using token authentication. Used to indicate the intent of the request.

public Azure.Storage.Blobs.Models.FileShareTokenIntent? SourceShareTokenIntent { get; set; }
member this.SourceShareTokenIntent : Nullable<Azure.Storage.Blobs.Models.FileShareTokenIntent> with get, set
Public Property SourceShareTokenIntent As Nullable(Of FileShareTokenIntent)

Property Value

Applies to