GetGatewayPlainArgs

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

A collection of arguments for invoking getGateway.

Constructors

Link copied to clipboard
constructor(apiManagementId: String, name: String)

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.

Functions

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