GetApiSourcePlainArgs

data class GetApiSourcePlainArgs(val apiSourceName: String, val resourceGroupName: String, val serviceName: String, val workspaceName: String) : ConvertibleToJava<GetApiSourcePlainArgs>

Constructors

Link copied to clipboard
constructor(apiSourceName: String, resourceGroupName: String, serviceName: 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 workspace.

Functions

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