ArmAppServiceModelFactory.FunctionAppHostKeys メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
パラメーター
- masterKey
- String
秘密鍵。
- functionKeys
- IReadOnlyDictionary<String,String>
ホスト レベルの関数キー。
- systemKeys
- IReadOnlyDictionary<String,String>
システム キー。
戻り値
モック作成用の新しい FunctionAppHostKeys インスタンス。