ListProductsPlainArgs

data class ListProductsPlainArgs(val productName: String, val registrationName: String, val resourceGroup: String) : ConvertibleToJava<ListProductsPlainArgs>

Constructors

Link copied to clipboard
constructor(productName: String, registrationName: String, resourceGroup: String)

Properties

Link copied to clipboard

Name of the product.

Link copied to clipboard

Name of the Azure Stack registration.

Link copied to clipboard

Name of the resource group.

Functions

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