GetApiVersionPlainArgs

data class GetApiVersionPlainArgs(val apiName: String, val resourceGroupName: String, val serviceName: String, val versionName: String, val workspaceName: String) : ConvertibleToJava<GetApiVersionPlainArgs>

Constructors

Link copied to clipboard
fun GetApiVersionPlainArgs(apiName: String, resourceGroupName: String, serviceName: String, versionName: String, workspaceName: String)

Functions

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

Properties

Link copied to clipboard

The name of the API.

Link copied to clipboard

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

Link copied to clipboard

The name of Azure API Center service.

Link copied to clipboard

The name of the API version.

Link copied to clipboard

The name of the workspace.