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
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET