GetServerCollectorPlainArgs

data class GetServerCollectorPlainArgs(val projectName: String, val resourceGroupName: String, val serverCollectorName: String) : ConvertibleToJava<GetServerCollectorPlainArgs>

Constructors

Link copied to clipboard
constructor(projectName: String, resourceGroupName: String, serverCollectorName: String)

Properties

Link copied to clipboard

Name of the Azure Migrate project.

Link copied to clipboard

Name of the Azure Resource Group that project is part of.

Link copied to clipboard

Unique name of a Server collector within a project.

Functions

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