GetApiPlainArgs

data class GetApiPlainArgs(val apiManagementName: String, val name: String, val resourceGroupName: String, val revision: String) : ConvertibleToJava<GetApiPlainArgs>

A collection of arguments for invoking getApi.

Constructors

Link copied to clipboard
constructor(apiManagementName: String, name: String, resourceGroupName: String, revision: String)

Properties

Link copied to clipboard

The name of the API Management Service in which the API Management API exists.

Link copied to clipboard

The name of the API Management API.

Link copied to clipboard

The Name of the Resource Group in which the API Management Service exists.

Link copied to clipboard

The Revision of the API Management API.

Functions

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