GetManagedApiPlainArgs

data class GetManagedApiPlainArgs(val location: String, val name: String) : ConvertibleToJava<GetManagedApiPlainArgs>

A collection of arguments for invoking getManagedApi.

Constructors

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

Properties

Link copied to clipboard

The Azure location for this Managed API.

Link copied to clipboard

Specifies the name of the Managed API.

Functions

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