DataLakeModelFactory.UserDelegationKey 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 UserDelegationKey(String, String, DateTimeOffset, DateTimeOffset, String, String, String) instance for mocking.
public static Azure.Storage.Files.DataLake.Models.UserDelegationKey UserDelegationKey (string signedObjectId, string signedTenantId, DateTimeOffset signedStart, DateTimeOffset signedExpiry, string signedService, string signedVersion, string value);
static member UserDelegationKey : string * string * DateTimeOffset * DateTimeOffset * string * string * string -> Azure.Storage.Files.DataLake.Models.UserDelegationKey
Public Shared Function UserDelegationKey (signedObjectId As String, signedTenantId As String, signedStart As DateTimeOffset, signedExpiry As DateTimeOffset, signedService As String, signedVersion As String, value As String) As UserDelegationKey
Parameters
- signedObjectId
- String
- signedTenantId
- String
- signedStart
- DateTimeOffset
- signedExpiry
- DateTimeOffset
- signedService
- String
- signedVersion
- String
- value
- String
Returns
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET