GetGatewayPlainArgs

data class GetGatewayPlainArgs(val apiManagementId: String, val name: String) : ConvertibleToJava<GetGatewayPlainArgs>

A collection of arguments for invoking getGateway.

Constructors

Link copied to clipboard
fun GetGatewayPlainArgs(apiManagementId: String, name: String)

Functions

Link copied to clipboard
open override fun toJava(): GetGatewayPlainArgs

Properties

Link copied to clipboard

The ID of the API Management Service in which the Gateway exists.

Link copied to clipboard

The name of the API Management Gateway.