Migrate Project Properties Args
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.
Properties
Link copied to clipboard
Provisioning state of the migrate project.
Link copied to clipboard
Gets or sets the state of public network access.
Link copied to clipboard
Gets or sets the list of tools registered with the migrate project.
Link copied to clipboard
Service endpoint.
Link copied to clipboard
Utility storage account id.