ShareModelFactory.ShareFileCopyInfo Method
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.
Creates a new ShareFileCopyInfo instance for mocking.
public static Azure.Storage.Files.Shares.Models.ShareFileCopyInfo ShareFileCopyInfo (Azure.ETag eTag, DateTimeOffset lastModified, string copyId, Azure.Storage.Files.Shares.Models.CopyStatus copyStatus);
static member ShareFileCopyInfo : Azure.ETag * DateTimeOffset * string * Azure.Storage.Files.Shares.Models.CopyStatus -> Azure.Storage.Files.Shares.Models.ShareFileCopyInfo
Public Shared Function ShareFileCopyInfo (eTag As ETag, lastModified As DateTimeOffset, copyId As String, copyStatus As CopyStatus) As ShareFileCopyInfo
Parameters
- eTag
- ETag
- lastModified
- DateTimeOffset
- copyId
- String
- copyStatus
- CopyStatus
Returns
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET