GetDeploymentPlainArgs

data class GetDeploymentPlainArgs(val apiName: String, val deploymentName: String, val resourceGroupName: String, val serviceName: String, val workspaceName: String) : ConvertibleToJava<GetDeploymentPlainArgs>

Constructors

Link copied to clipboard
constructor(apiName: String, deploymentName: 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 API deployment.

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(): GetDeploymentPlainArgs