次の方法で共有


ArmAppPlatformModelFactory.AppPlatformGatewayInstance(String, String) メソッド

定義

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

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

パラメーター

name
String

Spring Cloud Gateway インスタンスの名前。

status
String

Spring Cloud Gateway インスタンスの状態。

戻り値

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

適用対象