GetSystemPlainArgs

data class GetSystemPlainArgs(val agentResourceName: String, val resourceGroupName: String, val systemResourceName: String, val workspaceName: String) : ConvertibleToJava<GetSystemPlainArgs>

Constructors

Link copied to clipboard
constructor(agentResourceName: String, resourceGroupName: String, systemResourceName: String, workspaceName: String)

Properties

Link copied to clipboard

Business Application Agent Name

Link copied to clipboard

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

Link copied to clipboard

The name of the system.

Link copied to clipboard

The name of the workspace.

Functions

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