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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET