ShareModelFactory.ShareFileHandle 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 ShareFileHandle instance for mocking.
public static Azure.Storage.Files.Shares.Models.ShareFileHandle ShareFileHandle(string handleId, string path, string fileId, string sessionId, string clientIp, string clientName, string parentId = default, DateTimeOffset? openedOn = default, DateTimeOffset? lastReconnectedOn = default, Azure.Storage.Files.Shares.Models.ShareFileHandleAccessRights? accessRights = default);
static member ShareFileHandle : string * string * string * string * string * string * string * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<Azure.Storage.Files.Shares.Models.ShareFileHandleAccessRights> -> Azure.Storage.Files.Shares.Models.ShareFileHandle
Public Shared Function ShareFileHandle (handleId As String, path As String, fileId As String, sessionId As String, clientIp As String, clientName As String, Optional parentId As String = Nothing, Optional openedOn As Nullable(Of DateTimeOffset) = Nothing, Optional lastReconnectedOn As Nullable(Of DateTimeOffset) = Nothing, Optional accessRights As Nullable(Of ShareFileHandleAccessRights) = Nothing) As ShareFileHandle
Parameters
- handleId
- String
- path
- String
- fileId
- String
- sessionId
- String
- clientIp
- String
- clientName
- String
- parentId
- String
- openedOn
- Nullable<DateTimeOffset>
- lastReconnectedOn
- Nullable<DateTimeOffset>
- accessRights
- Nullable<ShareFileHandleAccessRights>
Returns
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET