次の方法で共有


ArmAppPlatformModelFactory.AppPlatformServiceRegistryInstance メソッド

定義

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

public static Azure.ResourceManager.AppPlatform.Models.AppPlatformServiceRegistryInstance AppPlatformServiceRegistryInstance (string name = default, string status = default);
static member AppPlatformServiceRegistryInstance : string * string -> Azure.ResourceManager.AppPlatform.Models.AppPlatformServiceRegistryInstance
Public Shared Function AppPlatformServiceRegistryInstance (Optional name As String = Nothing, Optional status As String = Nothing) As AppPlatformServiceRegistryInstance

パラメーター

name
String

サービス レジストリ インスタンスの名前。

status
String

サービス レジストリ インスタンスの状態。

戻り値

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

適用対象