次の方法で共有


ArmAppPlatformModelFactory.AppPlatformServiceTestKeys メソッド

定義

AppPlatformServiceTestKeys の新しいインスタンスを初期化します。

public static Azure.ResourceManager.AppPlatform.Models.AppPlatformServiceTestKeys AppPlatformServiceTestKeys (string primaryKey = default, string secondaryKey = default, string primaryTestEndpoint = default, string secondaryTestEndpoint = default, bool? isEnabled = default);
static member AppPlatformServiceTestKeys : string * string * string * string * Nullable<bool> -> Azure.ResourceManager.AppPlatform.Models.AppPlatformServiceTestKeys
Public Shared Function AppPlatformServiceTestKeys (Optional primaryKey As String = Nothing, Optional secondaryKey As String = Nothing, Optional primaryTestEndpoint As String = Nothing, Optional secondaryTestEndpoint As String = Nothing, Optional isEnabled As Nullable(Of Boolean) = Nothing) As AppPlatformServiceTestKeys

パラメーター

primaryKey
String

主キー

secondaryKey
String

セカンダリ キー

primaryTestEndpoint
String

プライマリ テスト エンドポイント。

secondaryTestEndpoint
String

セカンダリ テスト エンドポイント。

isEnabled
Nullable<Boolean>

テスト エンドポイント機能が有効になっているかどうかを示します。

戻り値

モック作成用の新しい AppPlatformServiceTestKeys インスタンス。

適用対象