ScriptSecretSerializer.DeserializeSecrets 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.
Overloads
DeserializeSecrets(ScriptSecretsType, String) | |
DeserializeSecrets<T>(String) |
DeserializeSecrets(ScriptSecretsType, String)
public static Microsoft.Azure.WebJobs.Script.WebHost.ScriptSecrets DeserializeSecrets (Microsoft.Azure.WebJobs.Script.WebHost.ScriptSecretsType secretsType, string secretsJson);
static member DeserializeSecrets : Microsoft.Azure.WebJobs.Script.WebHost.ScriptSecretsType * string -> Microsoft.Azure.WebJobs.Script.WebHost.ScriptSecrets
Public Shared Function DeserializeSecrets (secretsType As ScriptSecretsType, secretsJson As String) As ScriptSecrets
Parameters
- secretsType
- ScriptSecretsType
- secretsJson
- String
Returns
Applies to
DeserializeSecrets<T>(String)
public static T DeserializeSecrets<T> (string secretsJson) where T : Microsoft.Azure.WebJobs.Script.WebHost.ScriptSecrets;
static member DeserializeSecrets : string -> 'T (requires 'T :> Microsoft.Azure.WebJobs.Script.WebHost.ScriptSecrets)
Public Shared Function DeserializeSecrets(Of T As ScriptSecrets) (secretsJson As String) As T
Type Parameters
- T
Parameters
- secretsJson
- String
Returns
T
Applies to
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.
Azure SDK for .NET