MigrateProjectPropertiesArgs

data class MigrateProjectPropertiesArgs(val provisioningState: Output<Either<String, ProvisioningState>>? = null, val publicNetworkAccess: Output<String>? = null, val registeredTools: Output<List<String>>? = null, val serviceEndpoint: Output<String>? = null, val utilityStorageAccountId: Output<String>? = null) : ConvertibleToJava<MigrateProjectPropertiesArgs>

Properties of a migrate project.

Constructors

Link copied to clipboard
constructor(provisioningState: Output<Either<String, ProvisioningState>>? = null, publicNetworkAccess: Output<String>? = null, registeredTools: Output<List<String>>? = null, serviceEndpoint: Output<String>? = null, utilityStorageAccountId: Output<String>? = null)

Properties

Link copied to clipboard
val provisioningState: Output<Either<String, ProvisioningState>>? = null

Provisioning state of the migrate project.

Link copied to clipboard
val publicNetworkAccess: Output<String>? = null

Gets or sets the state of public network access.

Link copied to clipboard
val registeredTools: Output<List<String>>? = null

Gets or sets the list of tools registered with the migrate project.

Link copied to clipboard
val serviceEndpoint: Output<String>? = null

Service endpoint.

Link copied to clipboard
val utilityStorageAccountId: Output<String>? = null

Utility storage account id.

Functions

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