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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET