PageBlobUploadPagesFromUriOptions.SourceShareTokenIntent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Optional, 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)