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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET