GetProductPlainArgs

data class GetProductPlainArgs(val apiManagementName: String, val productId: String, val resourceGroupName: String) : ConvertibleToJava<GetProductPlainArgs>

A collection of arguments for invoking getProduct.

Constructors

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

Properties

Link copied to clipboard

The Name of the API Management Service in which this Product exists.

Link copied to clipboard

The Identifier for the API Management Product.

Link copied to clipboard

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

Functions

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