GetMigrationServicePlainArgs

data class GetMigrationServicePlainArgs(val migrationServiceName: String, val resourceGroupName: String) : ConvertibleToJava<GetMigrationServicePlainArgs>

Constructors

Link copied to clipboard
constructor(migrationServiceName: String, resourceGroupName: String)

Properties

Link copied to clipboard

Name of the Migration Service.

Link copied to clipboard

Name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

Functions

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