Package-level declarations

Types

Link copied to clipboard

An assessment created for a group in the Migration project. API Version: 2019-10-01.

Link copied to clipboard
data class AssessmentArgs(val assessmentName: Output<String>? = null, val eTag: Output<String>? = null, val groupName: Output<String>? = null, val projectName: Output<String>? = null, val properties: Output<AssessmentPropertiesArgs>? = null, val resourceGroupName: Output<String>? = null) : ConvertibleToJava<AssessmentArgs>

An assessment created for a group in the Migration project. API Version: 2019-10-01.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

A group created in a Migration project. API Version: 2019-10-01.

Link copied to clipboard
data class GroupArgs(val eTag: Output<String>? = null, val groupName: Output<String>? = null, val projectName: Output<String>? = null, val properties: Output<GroupPropertiesArgs>? = null, val resourceGroupName: Output<String>? = null) : ConvertibleToJava<GroupArgs>

A group created in a Migration project. API Version: 2019-10-01.

Link copied to clipboard

Builder for GroupArgs.

Link copied to clipboard
Link copied to clipboard

Builder for Group.

Link copied to clipboard

API Version: 2019-10-01.

Link copied to clipboard
data class HyperVCollectorArgs(val eTag: Output<String>? = null, val hyperVCollectorName: Output<String>? = null, val projectName: Output<String>? = null, val properties: Output<CollectorPropertiesArgs>? = null, val resourceGroupName: Output<String>? = null) : ConvertibleToJava<HyperVCollectorArgs>

API Version: 2019-10-01.

Link copied to clipboard

API Version: 2019-10-01.

Link copied to clipboard
data class ImportCollectorArgs(val eTag: Output<String>? = null, val importCollectorName: Output<String>? = null, val projectName: Output<String>? = null, val properties: Output<ImportCollectorPropertiesArgs>? = null, val resourceGroupName: Output<String>? = null) : ConvertibleToJava<ImportCollectorArgs>

API Version: 2019-10-01.

Link copied to clipboard
Link copied to clipboard

Migrate Project REST Resource. API Version: 2018-09-01-preview.

Link copied to clipboard
data class MigrateProjectArgs(val eTag: Output<String>? = null, val location: Output<String>? = null, val migrateProjectName: Output<String>? = null, val properties: Output<MigrateProjectPropertiesArgs>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<MigrateProjectTagsArgs>? = null) : ConvertibleToJava<MigrateProjectArgs>

Migrate Project REST Resource. API Version: 2018-09-01-preview.

Link copied to clipboard
Link copied to clipboard

Define the move collection. API Version: 2021-01-01.

Link copied to clipboard
data class MoveCollectionArgs(val identity: Output<IdentityArgs>? = null, val location: Output<String>? = null, val moveCollectionName: Output<String>? = null, val properties: Output<MoveCollectionPropertiesArgs>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<MoveCollectionArgs>

Define the move collection. API Version: 2021-01-01.

Link copied to clipboard
Link copied to clipboard

Defines the move resource. API Version: 2021-01-01.

Link copied to clipboard
data class MoveResourceArgs(val moveCollectionName: Output<String>? = null, val moveResourceName: Output<String>? = null, val properties: Output<MoveResourcePropertiesArgs>? = null, val resourceGroupName: Output<String>? = null) : ConvertibleToJava<MoveResourceArgs>

Defines the move resource. API Version: 2021-01-01.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

A private endpoint connection for a project. API Version: 2019-10-01.

Link copied to clipboard
data class PrivateEndpointConnectionArgs(val eTag: Output<String>? = null, val privateEndpointConnectionName: Output<String>? = null, val projectName: Output<String>? = null, val properties: Output<PrivateEndpointConnectionPropertiesArgs>? = null, val resourceGroupName: Output<String>? = null) : ConvertibleToJava<PrivateEndpointConnectionArgs>

A private endpoint connection for a project. API Version: 2019-10-01.

Link copied to clipboard

Azure Migrate Project. API Version: 2019-10-01.

Link copied to clipboard
data class ProjectArgs(val eTag: Output<String>? = null, val location: Output<String>? = null, val projectName: Output<String>? = null, val properties: Output<ProjectPropertiesArgs>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Any>? = null) : ConvertibleToJava<ProjectArgs>

Azure Migrate Project. API Version: 2019-10-01.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

API Version: 2019-10-01.

Link copied to clipboard
data class ServerCollectorArgs(val eTag: Output<String>? = null, val projectName: Output<String>? = null, val properties: Output<CollectorPropertiesArgs>? = null, val resourceGroupName: Output<String>? = null, val serverCollectorName: Output<String>? = null) : ConvertibleToJava<ServerCollectorArgs>

API Version: 2019-10-01.

Link copied to clipboard

Solution REST Resource. API Version: 2018-09-01-preview.

Link copied to clipboard
data class SolutionArgs(val migrateProjectName: Output<String>? = null, val properties: Output<SolutionPropertiesArgs>? = null, val resourceGroupName: Output<String>? = null, val solutionName: Output<String>? = null) : ConvertibleToJava<SolutionArgs>

Solution REST Resource. API Version: 2018-09-01-preview.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

API Version: 2019-10-01.

Link copied to clipboard
data class VMwareCollectorArgs(val eTag: Output<String>? = null, val projectName: Output<String>? = null, val properties: Output<CollectorPropertiesArgs>? = null, val resourceGroupName: Output<String>? = null, val vmWareCollectorName: Output<String>? = null) : ConvertibleToJava<VMwareCollectorArgs>

API Version: 2019-10-01.

Functions

Link copied to clipboard
suspend fun assessmentResource(name: String, block: suspend AssessmentResourceBuilder.() -> Unit): Assessment
Link copied to clipboard
suspend fun groupResource(name: String, block: suspend GroupResourceBuilder.() -> Unit): Group
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
suspend fun moveResourceResource(name: String, block: suspend MoveResourceResourceBuilder.() -> Unit): MoveResource
Link copied to clipboard
suspend fun projectResource(name: String, block: suspend ProjectResourceBuilder.() -> Unit): Project
Link copied to clipboard
Link copied to clipboard
suspend fun solutionResource(name: String, block: suspend SolutionResourceBuilder.() -> Unit): Solution
Link copied to clipboard