ArmAppPlatformModelFactory.AppPlatformGatewayInstance(String, String) Method

Definition

Initializes a new instance of 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

Parameters

name
String

Name of the Spring Cloud Gateway instance.

status
String

Status of the Spring Cloud Gateway instance.

Returns

A new AppPlatformGatewayInstance instance for mocking.

Applies to