ArmAppServiceModelFactory.FunctionAppHostKeys 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.
Initializes a new instance of FunctionAppHostKeys.
public static Azure.ResourceManager.AppService.Models.FunctionAppHostKeys FunctionAppHostKeys (string masterKey = default, System.Collections.Generic.IReadOnlyDictionary<string,string> functionKeys = default, System.Collections.Generic.IReadOnlyDictionary<string,string> systemKeys = default);
static member FunctionAppHostKeys : string * System.Collections.Generic.IReadOnlyDictionary<string, string> * System.Collections.Generic.IReadOnlyDictionary<string, string> -> Azure.ResourceManager.AppService.Models.FunctionAppHostKeys
Public Shared Function FunctionAppHostKeys (Optional masterKey As String = Nothing, Optional functionKeys As IReadOnlyDictionary(Of String, String) = Nothing, Optional systemKeys As IReadOnlyDictionary(Of String, String) = Nothing) As FunctionAppHostKeys
Parameters
- masterKey
- String
Secret key.
- functionKeys
- IReadOnlyDictionary<String,String>
Host level function keys.
- systemKeys
- IReadOnlyDictionary<String,String>
System keys.
Returns
A new FunctionAppHostKeys instance for mocking.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET