GetAccountCapabilityHostPlainArgs

data class GetAccountCapabilityHostPlainArgs(val accountName: String, val capabilityHostName: String, val resourceGroupName: String) : ConvertibleToJava<GetAccountCapabilityHostPlainArgs>

Constructors

Link copied to clipboard
constructor(accountName: String, capabilityHostName: String, resourceGroupName: String)

Properties

Link copied to clipboard

The name of Cognitive Services account.

Link copied to clipboard

The name of the capability host associated with the Cognitive Services Resource

Link copied to clipboard

The name of the resource group. The name is case insensitive.

Functions

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