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
constructor(apiName: String, resourceGroupName: String, serviceName: String, versionName: String, workspaceName: String)

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.

Functions

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