次の方法で共有


ArmAppServiceModelFactory.FunctionAppHostKeys メソッド

定義

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 インスタンス。

適用対象